mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 04:38:08 +00:00
add libfuzzer custom mutator, minor enhancements and fixes
This commit is contained in:
@ -81,6 +81,7 @@ static inline void list_append(list_t *list, void *el) {
|
||||
}
|
||||
|
||||
element_t *el_box = NULL;
|
||||
|
||||
PRE_ALLOC(el_box, list->element_prealloc_buf, LIST_PREALLOC_SIZE,
|
||||
list->element_prealloc_count);
|
||||
if (!el_box) { FATAL("failed to allocate list element"); }
|
||||
|
Reference in New Issue
Block a user