]> granicus.if.org Git - libexpat/commit
Fix for bug # 1090885: Problem with Suspend/Resume mechanism.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Fri, 24 Dec 2004 16:30:25 +0000 (16:30 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Fri, 24 Dec 2004 16:30:25 +0000 (16:30 +0000)
commitf47aaad2cda0d5684f4df447e9e76a39f35c5a27
tree9e7c8d1cf486a97df314e5d3cc4f02426f10a418
parent7f56ceddbfacb78721d76fa15338ea6c18e1af31
Fix for bug # 1090885: Problem with Suspend/Resume mechanism.
The code path through XML_Parse() when XML_CONTEXT_BYTES
was not defined, did not take into account that XML_ResumParser()
uses bufferPtr and parseEndPtr as the pointers into the working buffer.
expat/lib/xmlparse.c