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.

This commit is contained in:
Karl Waclawek 2009-11-27 13:34:29 +00:00
parent ebb40bfacb
commit 82d4951744

View File

@ -3723,7 +3723,6 @@ doProlog(XML_Parser parser,
return XML_ERROR_NO_ELEMENTS;
default:
tok = -tok;
next = end;
break;
}
}