mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +00:00
warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumenter
This commit is contained in:
@ -465,7 +465,7 @@ int main(int argc, char **argv) {
|
||||
u32 map_size = atoi(ptr);
|
||||
if (map_size != MAP_SIZE) {
|
||||
|
||||
FATAL("AFL_MAP_SIZE is not supported by afl-gcc");
|
||||
WARN("AFL_MAP_SIZE is not supported by afl-gcc");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user