summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/nsExpatDriver.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1317 - Increase the XML nested depth limit to 2048.wolfbeast2019-12-12-4/+10
| | | | | | | | - Converts from macro to static const for the limit. - Uses a check against the declared type for the counter instead of a hard-coded one. This resolves #1317.
* Restrict XML file recursion depth to 200.wolfbeast2018-02-02-3/+11
| | | | This resolves #2.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1398