mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Allow splitting of free varnodes
This commit is contained in:
parent
ce0ab31576
commit
babc6d4d9b
2 changed files with 12 additions and 6 deletions
|
@ -523,6 +523,9 @@ bool Funcdata::fillinReadOnly(Varnode *vn)
|
|||
return false; // No change was made
|
||||
}
|
||||
|
||||
if (vn->getSize() > sizeof(uintb))
|
||||
return false; // Constant will exceed precision
|
||||
|
||||
uintb res;
|
||||
uint1 bytes[32];
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue