mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
GP-0 - Fix for GP-4663 MDMang demangleType
This commit is contained in:
parent
adb295a6be
commit
6a39c98ed9
@ -165,6 +165,7 @@ public class MDMang {
|
|||||||
if (mangled == null) {
|
if (mangled == null) {
|
||||||
throw new MDException("MDMang: Mangled string is null.");
|
throw new MDException("MDMang: Mangled string is null.");
|
||||||
}
|
}
|
||||||
|
initState();
|
||||||
pushContext();
|
pushContext();
|
||||||
if (peek() != '.') {
|
if (peek() != '.') {
|
||||||
throw new MDException("MDMang: Mangled string is not that of a type.");
|
throw new MDException("MDMang: Mangled string is not that of a type.");
|
||||||
|
Loading…
Reference in New Issue
Block a user