Skip to content
Commit 0e1a49c8 authored by Zhipeng Xie's avatar Zhipeng Xie Committed by Nick Wellnhofer
Browse files

Fix infinite loop in xmlStringLenDecodeEntities



When ctxt->instate == XML_PARSER_EOF,xmlParseStringEntityRef
return NULL which cause a infinite loop in xmlStringLenDecodeEntities

Found with libFuzzer.

Signed-off-by: default avatarZhipeng Xie <xiezhipeng1@huawei.com>
parent 0815302d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment