Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3282
Modified Files:
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.1460
retrieving revision 1.1461
diff -C2 -d -r1.1460 -r1.1461
*** ChangeLog 6 Mar 2007 07:28:42 -0000 1.1460
--- ChangeLog 12 Mar 2007 14:43:52 -0000 1.1461
***************
*** 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...>
|