From: Braden M. <br...@us...> - 2007-03-12 14:43:42
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3255 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Guard against the possibility that this function is called when the number of bytes in the backtrack buffer should remain zero. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.135 retrieving revision 1.1310.2.136 diff -C2 -d -r1.1310.2.135 -r1.1310.2.136 *** ChangeLog 6 Mar 2007 07:28:29 -0000 1.1310.2.135 --- ChangeLog 12 Mar 2007 14:43:39 -0000 1.1310.2.136 *************** *** 1,2 **** --- 1,9 ---- + 2007-03-12 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (openvrml_jpeg_fill_input_buffer(j_decompress_ptr)): Guard against + the possibility that this function is called when the number of + bytes in the backtrack buffer should remain zero. + 2007-03-06 Braden McDaniel <br...@en...> |