mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4946 fix NPE
This commit is contained in:
parent
ce53fca3d3
commit
243fcec030
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ public class GnuDemangler implements Demangler {
|
|||
public DemangledObject demangle(MangledContext mangledContext)
|
||||
throws DemangledException {
|
||||
DemangledObject demangled = demangleInternal(mangledContext);
|
||||
if (demangled != null) {
|
||||
demangled.setMangledContext(mangledContext);
|
||||
}
|
||||
return demangled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue