]> granicus.if.org Git - libexpat/commit
XML_Parse(): If XML_GetBuffer() returns NULL, do not attempt to move
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 9 Aug 2001 18:08:56 +0000 (18:08 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 9 Aug 2001 18:08:56 +0000 (18:08 +0000)
commit57a3480f956b5187485a55d36300d19efa04b07f
treedc5b359140b866a5f8c4f39c15de8c47a34f9373
parent34966ccef94317bede153fa3d0ace958dc1e9a99
XML_Parse():  If XML_GetBuffer() returns NULL, do not attempt to move
    data aronud, just propogate the error.

This closes SF bug #434665.
expat/lib/xmlparse.c