mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-4946 fix NPE
This commit is contained in:
@@ -77,7 +77,9 @@ public class GnuDemangler implements Demangler {
|
||||
public DemangledObject demangle(MangledContext mangledContext)
|
||||
throws DemangledException {
|
||||
DemangledObject demangled = demangleInternal(mangledContext);
|
||||
demangled.setMangledContext(mangledContext);
|
||||
if (demangled != null) {
|
||||
demangled.setMangledContext(mangledContext);
|
||||
}
|
||||
return demangled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user