]> granicus.if.org Git - libexpat/commit
Hopefully the last needed checks for MALLOC() failure in xmlparse.c, this
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 15:21:53 +0000 (15:21 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 15:21:53 +0000 (15:21 +0000)
commitaec2b976cd67bd5bbaaa58e7301dbce4b0a6bddb
treec091bd1701320d58ea09b56ea164bd224f16acd0
parent7857293967f720db65780be4fdc5cfc831a5f928
Hopefully the last needed checks for MALLOC() failure in xmlparse.c, this
avoids memory faults when the initial allocations fail, returning NULL to
the caller instead.
This closes SF bug #496505.
expat/lib/xmlparse.c