mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-20 20:37:27 +01:00
Land #693, Fix incorrect Memory Search variable name
This commit is contained in:
commit
e46cdad8e9
@ -625,7 +625,7 @@ DWORD request_sys_process_memory_search(Remote* remote, Packet* packet)
|
||||
|
||||
current_buffer_offset += (match_result + match_length);
|
||||
}
|
||||
} while (result != -1);
|
||||
} while (match_result != -1);
|
||||
}
|
||||
|
||||
memory_region_offset += bytes_to_read;
|
||||
|
Loading…
Reference in New Issue
Block a user