Skip to content

Fix Null-deref-in-xmlSchemaGetComponentTargetNs

huangduirong requested to merge Huangxiaodui/libxml2:master into master

In some scenarios, the input parameter item of xmlSchemaGetComponentName and xmlSchemaGetComponentTargetNs is NULL, so a Null-deref error occurs. Added parameter judgment in xmlSchemaGetComponentName and xmlSchemaGetComponentTargetNs.

Fix the issue. #316 (closed)

Edited by huangduirong

Merge request reports