[Bf-committers] Blender 2.43 RC1

Giuseppe Ghibò ghibo at mandriva.com
Mon Jan 8 09:36:22 CET 2007


Peter Schlaile wrote:

> Hi,
> 
>>> #define VARSTRUCT_NAMEMAX 16
>>>
>>> ?
>> Dear Peter, I confirm you that with my patch but lowering string size
>> again to 16 would work without overrun while importing the obj file that
>> I cited above.
> 
> OK. Commited to CVS. (I rewrote it a little bit, but my changes are
> only of cosmetic nature (hopefully). Please test!)
> 
> http://projects.blender.org/pipermail/bf-blender-cvs/2007-January/008888.html

OK. I'll test. BTW, would be possible to commit also the one at:

source/blender/blenloader/intern/writefile.c

line 1853:

sprintf(fg.subvstr, "%4d", BLENDER_SUBVERSION);

with:

snprintf(fg.subvstr, sizeof(fg.subvstr), "%4d", BLENDER_SUBVERSION);

?

Thanks
Bye
Giuseppe.


More information about the Bf-committers mailing list