mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix ASAN check
This commit is contained in:
committed by
Dominik Maier
parent
c7cf2c17a2
commit
e95ac10ff7
@ -722,7 +722,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__SANITIZE_ADDRESS__)
|
#if defined(__SANITIZE_ADDRESS__)
|
||||||
if (!afl->fsrv.mem_limit) {
|
if (afl->fsrv.mem_limit) {
|
||||||
WARNF("in the ASAN build we disable all memory limits");
|
WARNF("in the ASAN build we disable all memory limits");
|
||||||
afl->fsrv.mem_limit = 0;
|
afl->fsrv.mem_limit = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user