update function from _libafl_exit_call2 to _libafl_sync_exit_call2 (#2392)

Co-authored-by: Scott Powell <scottmpowell@protonmail.com>
This commit is contained in:
Scott 2024-07-19 13:01:54 -04:00 committed by GitHub
parent 1205c2144c
commit 747385ae7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ LIBAFL_DEFINE_FUNCTIONS(backdoor, LIBAFL_BACKDOOR_OPCODE)
_libafl_sync_exit_call2(LIBAFL_QEMU_COMMAND_INPUT_VIRT, buf_vaddr, max_len)
#define LIBAFL_QEMU_INPUT_PHYS(buf_paddr, max_len) \
_libafl_exit_call2(LIBAFL_QEMU_COMMAND_INPUT_PHYS, buf_paddr, max_len)
_libafl_sync_exit_call2(LIBAFL_QEMU_COMMAND_INPUT_PHYS, buf_paddr, max_len)
#define LIBAFL_QEMU_END(status) _libafl_sync_exit_call1(LIBAFL_QEMU_COMMAND_END, status)