[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Sys.c

Alexander Ewering blender at instinctive.de
Wed May 17 12:09:20 CEST 2006


intrr (Alexander Ewering) 2006/05/17 12:09:20 CEST

  Modified files:
    blender/source/blender/python/api2_2x Sys.c 
  
  Log:
  Fix a buffer overflow in Blender.sys.splitext. It was checking for bounds
  (although it did this one char too 'friendly'), but still happily copying
  the string even if it was too long.
  
  Pythoneerz, please check if this is the correct fix :)
  
  Revision  Changes    Path
  1.26      +4 -3      blender/source/blender/python/api2_2x/Sys.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Sys.c.diff?r1=1.25&r2=1.26&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list