extract function to resize map buffers

This commit is contained in:
Kuang-che Wu
2025-05-24 23:50:33 +08:00
parent 8090c82c63
commit 2e7f191f3b
3 changed files with 33 additions and 87 deletions

View File

@ -1140,6 +1140,7 @@ struct custom_mutator {
void afl_state_init(afl_state_t *, uint32_t map_size);
void afl_state_deinit(afl_state_t *);
void afl_resize_map_buffers(afl_state_t *, u32 old_size, u32 new_size);
/* Set stop_soon flag on all children, kill all children */
void afl_states_stop(void);