pugixml/src
Arseny Kapoulkine 56c9afa7c8 XPath: Improve recursion limit for deep chains of //
Since foo//bar//baz adds two nodes for each //, we need to increment the
depth by 2 on each iteration to limit the AST correctly.

Fixes the stack overflow found by cluster-fuzz (I suspect the issue
there is a bit deeper, but this part is definitely a bug and as such I'd
rather wait for the next test case for now).
2021-05-11 22:27:53 -07:00
..
pugiconfig.hpp Update copyright year to 2020 everywhere 2020-11-26 01:00:27 -08:00
pugixml.cpp XPath: Improve recursion limit for deep chains of // 2021-05-11 22:27:53 -07:00
pugixml.hpp add empty method 2021-04-27 13:55:02 -07:00