blender/source
Kent Mein 6e6a6cdf55 This fixes a Buffer Overflow Vulnerability reported by
Secunia Research

SAID: SA29818 (http://secunia.com/advisories/29818/)
Credit: Stefan Cornelius, Secunia Research

The old code trys to do a sscanf %s %d %s %d from a line in the
image file.

Now it copies over that line to a max buffer of size 540 chars before doing
the sscanf.  
(I just picked a constant that was siginficatly large)

It also checks to see if it gets all 4 values if not return NULL.

Kent
2008-04-15 15:52:18 +00:00
..
blender This fixes a Buffer Overflow Vulnerability reported by 2008-04-15 15:52:18 +00:00
creator Made octree size always available since its used for baking. 2008-04-12 22:17:23 +00:00
darwin Filling in branch from trunk 2007-11-06 22:29:20 +00:00
gameengine BGE fix: keep reference count consist on source object when replicating property copy actuator 2008-04-14 22:45:28 +00:00
icons Filling in branch from trunk 2007-11-06 22:29:20 +00:00
kernel Filling in branch from trunk 2007-11-06 22:29:20 +00:00
CMakeLists.txt Filling in branch from trunk 2007-11-06 22:29:20 +00:00
Makefile added support for linux on pa-risc 2008-03-23 12:59:26 +00:00
nan_compile.mk Added a WITH_BF_OPENMP option 2008-03-14 20:11:43 +00:00
nan_definitions.mk Fixing makefiles for binreloc I made it use flags like other 2008-01-18 21:39:47 +00:00
nan_link.mk added support for linux on pa-risc 2008-03-23 12:59:26 +00:00
nan_subdirs.mk Filling in branch from trunk 2007-11-06 22:29:20 +00:00
nan_warn.mk Filling in branch from trunk 2007-11-06 22:29:20 +00:00
SConscript Filling in branch from trunk 2007-11-06 22:29:20 +00:00