mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
final fix for map_size
This commit is contained in:
@ -404,9 +404,13 @@ u8 *find_binary(u8 *fname) {
|
||||
env_path = delim;
|
||||
|
||||
if (cur_elem[0]) {
|
||||
|
||||
target_path = alloc_printf("%s/%s", cur_elem, fname);
|
||||
|
||||
} else {
|
||||
|
||||
target_path = ck_strdup(fname);
|
||||
|
||||
}
|
||||
|
||||
ck_free(cur_elem);
|
||||
|
Reference in New Issue
Block a user