GP-0 - Fix for GP-4663 MDMang demangleType

This commit is contained in:
ghizard 2024-06-11 14:36:37 +00:00
parent adb295a6be
commit 6a39c98ed9

View File

@ -165,6 +165,7 @@ public class MDMang {
if (mangled == null) {
throw new MDException("MDMang: Mangled string is null.");
}
initState();
pushContext();
if (peek() != '.') {
throw new MDException("MDMang: Mangled string is not that of a type.");