]> granicus.if.org Git - libexpat/commit
SF bug #620343: segfault: bad API/callback interaction
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 8 Oct 2002 17:04:55 +0000 (17:04 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 8 Oct 2002 17:04:55 +0000 (17:04 +0000)
commitf4befc31c3e93593248f9d43e6365f247a7e67b7
treef0fdc1c55ccbccab9910bf4946e50eba916d0c45
parent8d3327daf6eac6427c633b244ba9f2a6656f8eb6
SF bug #620343: segfault: bad API/callback interaction
The start-namespace-decl callback can set the start-element callback to
NULL, but Expat tried to call it anyway.
expat/lib/xmlparse.c
expat/tests/runtests.c