Merge remote-tracking branch 'origin/patch' into Ghidra_12.0

This commit is contained in:
ghidra1 2025-09-17 14:57:10 -04:00
commit cfab7b13df
2 changed files with 53 additions and 3 deletions

View file

@ -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;