mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Don't let splitflow undo double-precision merges
This commit is contained in:
parent
169d9859f7
commit
1271bf044a
3 changed files with 6 additions and 0 deletions
|
@ -723,6 +723,8 @@ void SplitVarnode::wholeList(Varnode *w,vector<SplitVarnode> &splitvec)
|
|||
}
|
||||
}
|
||||
if (res==0) return;
|
||||
if (res == 3 && (basic.lo->getSize() + basic.hi->getSize() != basic.wholesize))
|
||||
return;
|
||||
|
||||
splitvec.push_back(basic);
|
||||
findCopies(basic,splitvec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue