mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-07 21:24:00 -05:00
GP-6253: Emu: Fix crash reading uniques before space is written.
This commit is contained in:
@@ -127,6 +127,9 @@ public abstract class AbstractLongOffsetPcodeExecutorStatePiece<A, T, S>
|
||||
*/
|
||||
protected T getUnique(long offset, int size, Reason reason, PcodeStateCallbacks cb) {
|
||||
S s = getForSpace(uniqueSpace, false);
|
||||
if (s == null) {
|
||||
return getFromNullSpace(size, reason, cb);
|
||||
}
|
||||
return getFromSpace(s, offset, size, reason, cb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user