diff options
Diffstat (limited to 'llvm_mode/afl-llvm-rt.o.c')
-rw-r--r-- | llvm_mode/afl-llvm-rt.o.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c index 1fa77fd9..5f9a5534 100644 --- a/llvm_mode/afl-llvm-rt.o.c +++ b/llvm_mode/afl-llvm-rt.o.c @@ -89,8 +89,8 @@ static void __afl_map_shm(void) { if (id_str) { #ifdef USEMMAP - const char *shm_file_path = id_str; - int shm_fd = -1; + const char * shm_file_path = id_str; + int shm_fd = -1; unsigned char *shm_base = NULL; /* create the shared memory segment as if it was a file */ @@ -137,8 +137,8 @@ static void __afl_map_shm(void) { if (id_str) { #ifdef USEMMAP - const char *shm_file_path = id_str; - int shm_fd = -1; + const char * shm_file_path = id_str; + int shm_fd = -1; unsigned char *shm_base = NULL; /* create the shared memory segment as if it was a file */ |