mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5184_PtrsubUndoFix
This commit is contained in:
parent
420dd7ce0c
commit
21a6a276b2
10 changed files with 66 additions and 47 deletions
|
@ -1081,7 +1081,7 @@ bool Funcdata::syncVarnodesWithSymbol(VarnodeLocSet::const_iterator &iter,uint4
|
|||
vn->clearFlags((~fl)&mask);
|
||||
}
|
||||
if (ct != (Datatype *)0) {
|
||||
if (vn->updateType(ct,false,false))
|
||||
if (vn->updateType(ct))
|
||||
updateoccurred = true;
|
||||
}
|
||||
} while(iter != enditer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue