[PATCH] initialize xmlValidCtxt The variable cvp is stored on the stack and is uninitialized. So the field ctxt->flags in valid.c xmlIsStreaming() contains random data. The logic of xmlIsStreaming() can do an invalid cast and pointer dereference pctxt->parseMode and may crash there. Use memset() to pass correct zero flags in xmlValidCtxt cvp variable down to xmlValidateDocument().
check the runtime version of libxml2 not the one the package was built against Doesn't make a difference at build time, but e.g. for later run autopkgtests.
gregor herrmann <gregoa@debian.org>
not-needed
vendor
2020-02-28
Showing 1 to 6 of 6 entries
All known versions for source package 'libxml-libxml-perl'