Files
test/source/blender/blenlib
Brecht Van Lommel b3704f45c4 Fixes for snprintf usage:
* replace by BLI_snprintf in various places, note _snprintf on windows
  does not properly null terminate the string.
* fix overflow in sequencer proxy code due to buffer being smaller than
  specified size.
* fix some usage of snprintf as strcpy, this is will go wrong if the
  string contains % characters.
* remove BLI_dynstr_printf function in gpu module, use BLI_dynstr_appendf
2011-08-30 10:07:50 +00:00
..
2011-08-30 10:07:50 +00:00
2011-06-24 23:14:26 +00:00
2011-03-17 06:57:12 +00:00