kmx git
login
register
kc3-lang
/
libxml2
/
result/errors/759579.xml.err
result/errors/759579.xml.err
Branch
- branch -
master
Log
Author
Commit
Date
CI
Message
a41b09c7
2022-12-23T21:29:28
parser: Improve detection of entity loops Set a flag to detect entity loops at once instead of processing until the depth limit is exceeded.
899a5d9f
2017-07-25T14:59:49
Detect infinite recursion in parameter entities When expanding a parameter entity in a DTD, infinite recursion could lead to an infinite loop or memory exhaustion. Thanks to Wei Lei for the first of many reports. Fixes bug 759579.