mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/patch' into Ghidra_12.0
This commit is contained in:
commit
cfab7b13df
2 changed files with 53 additions and 3 deletions
|
@ -259,7 +259,7 @@ public class PointerDataType extends BuiltIn implements Pointer {
|
|||
while (ref != null && ref.isMemoryReference()) {
|
||||
Address toAddr = ref.getToAddress();
|
||||
if (!refAddrs.add(toAddr)) {
|
||||
break;
|
||||
return PointerReferenceClassification.LOOP;
|
||||
}
|
||||
if (++depth > 2) {
|
||||
return PointerReferenceClassification.DEEP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue