mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1941 corrected default OffSetReference creation
This commit is contained in:
parent
e2ae03d1b9
commit
7dfc4a92e7
1 changed files with 2 additions and 2 deletions
|
@ -518,8 +518,8 @@ public class ReferenceDBManager implements ReferenceManager, ManagerDB, ErrorHan
|
|||
}
|
||||
}
|
||||
else if (toAddrIsBase) {
|
||||
Address addr = toAddr.addWrap(offset);
|
||||
if (isExternalBlockAddress(addr)) {
|
||||
toAddr = toAddr.addWrap(offset);
|
||||
if (isExternalBlockAddress(toAddr)) {
|
||||
badOffsetReference = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue