Files
palemoon27/parser/htmlparser
wolfbeast b8a7674123 Crash fix: prevent crash from excessive tag depths in data files.
Limit is taken from layout reflow depth (200 at this time) although never allowed to be > UInt8 (255).
200 levels of nesting should certainly suffice!

Signed-off-by: wolfbeast <mcwerewolf@gmail.com>
2018-07-24 23:11:18 +08:00
..