mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
fixed asan mem limit
This commit is contained in:
@ -721,7 +721,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
#ifdef _ASAN_BUILD
|
||||
#if defined(__SANITIZE_ADDRESS__)
|
||||
if (!afl->fsrv.mem_limit) {
|
||||
WARNF("in the ASAN build we disable all memory limits");
|
||||
afl->fsrv.mem_limit = 0;
|
||||
|
Reference in New Issue
Block a user