Skip to content

Fix potential null deref in xmlreader buffer

Zhongyuan Zhou requested to merge zaneChou/libxml2:fixNullDeref into master

Fix potential buffer pointer null deref in xmlTextReaderReadInnerXml function of xmlreader.c file.

Merge request reports