1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Demangle
Erik Pilkington 72984b25ba [demangler] Fix an oss-fuzz bug from r338138
Stack overflow on invalid. While collapsing references, we were skipping over a
cycle check in ForwardTemplateReference leading to a stack overflow. This commit
fixes the problem by duplicating the cycle check in ReferenceType.

llvm-svn: 338190
2018-07-28 04:06:30 +00:00
..
CMakeLists.txt Add a Microsoft Demangler. 2018-07-20 17:27:48 +00:00
Compiler.h [LLVMDemangle] Move some utility classes to header files. 2018-07-16 21:24:03 +00:00
ItaniumDemangle.cpp [demangler] Fix an oss-fuzz bug from r338138 2018-07-28 04:06:30 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp Fix -Wsign-compare warning. 2018-07-26 22:24:01 +00:00
StringView.h [MS Demangler] Demangle pointers to member functions. 2018-07-26 20:20:10 +00:00
Utility.h [demangler] call terminate() if allocation failed 2018-07-23 22:23:04 +00:00