mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
fix qasan search path
This commit is contained in:
Submodule qemu_mode/qemuafl updated: 213f3b27dd...e36a30ebca
@ -372,11 +372,11 @@ u8 *get_libqasan_path(u8 *own_loc) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!access(BIN_PATH "/libqasan.so", X_OK)) {
|
if (!access(AFL_PATH "/libqasan.so", X_OK)) {
|
||||||
|
|
||||||
if (cp) { ck_free(cp); }
|
if (cp) { ck_free(cp); }
|
||||||
|
|
||||||
return ck_strdup(BIN_PATH "/libqasan.so");
|
return ck_strdup(AFL_PATH "/libqasan.so");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user