Skip to content

Fix potential null pointer reference in xmlRegExecGetValues

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

This patches fixed potential null pointer reference in xmlRegExecGetValues function of xmlregexp.c file. And the way of fixed keep is consistent with context in xmlRegExecGetValues.

Merge request reports