about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2020-05-09 23:21:26 +0100
committerGitHub <noreply@github.com>2020-05-10 00:21:26 +0200
commit515de0d68d30a4e69fe5fb971c622391185fc4ba (patch)
tree0a69ca39b459d5ecd6c59538f2766c73cb79f9e5 /src/afl-tmin.c
parent1eeb6785adb1daba4970c923a3e9344c294deebd (diff)
downloadafl++-515de0d68d30a4e69fe5fb971c622391185fc4ba.tar.gz
Illumos biuld fix (#357)
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 98568473..e15dc72d 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -619,7 +619,7 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
 
     }
 
-    out_file = alloc_printf("%s/.afl-tmin-temp-%u", use_dir, getpid());
+    out_file = alloc_printf("%s/.afl-tmin-temp-%u", use_dir, (u32)getpid());
 
   }