exit after nyx_abort() has been called if the frontend continues
to send data
This commit is contained in:
parent
586d46c86f
commit
6ca723cb84
@ -18,6 +18,7 @@
|
||||
void nyx_abort(char* msg){
|
||||
set_abort_reason_auxiliary_buffer(GET_GLOBAL_STATE()->auxilary_buffer, msg, strlen(msg));
|
||||
synchronization_lock();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
bool is_called_in_fuzzing_mode(const char* hypercall){
|
||||
|
Loading…
x
Reference in New Issue
Block a user