mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
added AFL_CMPLOG_ONLY_NEW feature
This commit is contained in:
@ -364,11 +364,7 @@ u8 *get_libqasan_path(u8 *own_loc) {
|
||||
cp = alloc_printf("%s/libqasan.so", own_copy);
|
||||
ck_free(own_copy);
|
||||
|
||||
if (!access(cp, X_OK)) {
|
||||
|
||||
return cp;
|
||||
|
||||
}
|
||||
if (!access(cp, X_OK)) { return cp; }
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user