Illumos biuld fix (#357)

This commit is contained in:
David CARLIER
2020-05-09 23:21:26 +01:00
committed by GitHub
parent 1eeb6785ad
commit 515de0d68d
6 changed files with 8 additions and 6 deletions

View File

@ -233,7 +233,7 @@ static void edit_params(int argc, char **argv) {
}
modified_file =
alloc_printf("%s/.afl-%u-%u.s", tmp_dir, getpid(), (u32)time(NULL));
alloc_printf("%s/.afl-%u-%u.s", tmp_dir, (u32)getpid(), (u32)time(NULL));
wrap_things_up: