[Expat-checkins] expat/lib xmlparse.c,1.164,1.165

Karl Waclawek kwaclaw at users.sourceforge.net
Fri Nov 27 14:34:32 CET 2009


Update of /cvsroot/expat/expat/lib
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12678

Modified Files:
	xmlparse.c 
Log Message:
Fix for issue# 2894085. Removed update to next pointer. It did not seem right to force it to point somewhere between token boundaries, since that could lead the tokenizer to not recognize an end of token.

Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- xmlparse.c	29 Sep 2009 02:49:16 -0000	1.164
+++ xmlparse.c	27 Nov 2009 13:34:29 -0000	1.165
@@ -3723,7 +3723,6 @@
         return XML_ERROR_NO_ELEMENTS;
       default:
         tok = -tok;
-        next = end;
         break;
       }
     }



More information about the Expat-checkins mailing list