mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/Ghidra_9.1'
This commit is contained in:
commit
db69deb05a
5 changed files with 372 additions and 73 deletions
|
@ -477,7 +477,7 @@ public class MemoryBlockDB implements MemoryBlock {
|
|||
int totalCopied = 0;
|
||||
try {
|
||||
while (totalCopied < len) {
|
||||
SubMemoryBlock subBlock = getSubBlock(offset);
|
||||
SubMemoryBlock subBlock = getSubBlock(offset + totalCopied);
|
||||
totalCopied += subBlock.putBytes(offset + totalCopied, b, off + totalCopied,
|
||||
len - totalCopied);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue