Apply a vendor fix (rev 1.165): Don't update next pointer since it could
confuse tokenizer. Obtained from: expat CVS Security: CVE-2009-3720
This commit is contained in:
parent
e03f057175
commit
9fcd883dcb
@ -3725,7 +3725,6 @@ doProlog(XML_Parser parser,
|
||||
return XML_ERROR_NO_ELEMENTS;
|
||||
default:
|
||||
tok = -tok;
|
||||
next = end;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user