pugixml/src
Arseny Kapoulkine 8e5b8e0f46 XPath: Fix stack overflow in functions with long argument lists
Function call arguments are stored in a list which is processed
recursively during optimize(). We now limit the depth of this construct
as well to make sure optimize() doesn't run out of stack space.
2020-09-11 09:50:41 -07:00
..
pugiconfig.hpp Fix stack overflow in tests on MSVC x64 2020-09-10 09:11:46 -07:00
pugixml.cpp XPath: Fix stack overflow in functions with long argument lists 2020-09-11 09:50:41 -07:00
pugixml.hpp Use nullptr in pugixml.hpp if available, see #91 2020-05-10 17:28:30 +02:00