mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Extending incidental copy
This commit is contained in:
parent
4fc507f711
commit
00ac31c788
8 changed files with 39 additions and 12 deletions
|
@ -4106,6 +4106,7 @@ int4 FuncCallSpecs::transferLockedInputParam(ProtoParameter *param)
|
|||
if (startaddr < curtrial.getAddress()) continue;
|
||||
Address trialend = curtrial.getAddress() + (curtrial.getSize() - 1);
|
||||
if (trialend < lastaddr) continue;
|
||||
if (curtrial.isDefinitelyNotUsed()) return 0; // Trial has already been stripped
|
||||
return curtrial.getSlot();
|
||||
}
|
||||
if (startaddr.getSpace()->getType() == IPTR_SPACEBASE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue