Skip to content

Fix potential null deref in relaxng.c

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

Fix potential def pointer null deref in xmlRelaxNGParsePatterns function of relaxng.c file.

Merge request reports