ghidra/Ghidra/Features/Decompiler
Gregory Morse b218cfab9d
VarMap stable_sort throws Invalid Comparator
Can thank Visual Studio 2019 debug build for finding this one.  Only debug build runtime error but this is a legitimate violation of C++ standards.

stable_sort requires a weak strict ordering yet inspection showed duplicates were ending up in the maplist.

The solution is complexity-wise not ideal.  But it certainly works to prevent this bug.
2019-07-26 00:43:52 +02:00
..
ghidra_scripts Candidate release of source code. 2019-03-26 13:46:51 -04:00
src VarMap stable_sort throws Invalid Comparator 2019-07-26 00:43:52 +02:00
build.gradle buildDecompilerDocumentationHtml and buildDecompilerDocumentationPdfs fixed paths to resource files 2019-04-25 13:29:29 -04:00
certification.manifest Major refactoring of the gradle build system. 2019-04-23 15:20:26 -04:00
Module.manifest Candidate release of source code. 2019-03-26 13:46:51 -04:00