Files
test/source/blender
Campbell Barton e2e5361eb2 BLI_dynstr_vappendf() was crashing with strings above 256 chars, this happens with some long reports.
Problem was using va_list value more then once, fix by using va_copy().

Note, va_copy() is c99 spec but only alternative I can see is to turn BLI_dynstr_vappendf() into a macro which calls va_start/end inline.
2011-01-12 05:49:33 +00:00
..
2010-12-22 23:09:30 +00:00
2011-01-09 23:16:05 +00:00
2011-01-11 18:40:44 +00:00
2010-08-10 21:22:26 +00:00