Skip to content

Commit

Permalink
Apply a vendor fix (rev 1.165): Don't update next pointer since it could
Browse files Browse the repository at this point in the history
confuse tokenizer.

Obtained from:	expat CVS
Security:	CVE-2009-3720
  • Loading branch information
delphij committed Dec 11, 2009
1 parent e03f057 commit 9fcd883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/xmlparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3725,7 +3725,6 @@ doProlog(XML_Parser parser,
return XML_ERROR_NO_ELEMENTS;
default:
tok = -tok;
next = end;
break;
}
}
Expand Down

0 comments on commit 9fcd883

Please sign in to comment.