diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-22 09:24:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-22 09:26:46 +0200 |
commit | 90f83c13d08f44fbf50036076a1772909c4d2c86 (patch) | |
tree | d26430fafdefc5a4765e274c930cf0ece7aecf4c /qemu_mode | |
parent | 224e884ba1c8eba8ff6d7ab7c95dfb4f6f958622 (diff) | |
download | afl++-90f83c13d08f44fbf50036076a1772909c4d2c86.tar.gz |
remove dead code, code format
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/libqasan/dlmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libqasan/dlmalloc.c b/qemu_mode/libqasan/dlmalloc.c index 5d0b65ce..b459eb7b 100644 --- a/qemu_mode/libqasan/dlmalloc.c +++ b/qemu_mode/libqasan/dlmalloc.c @@ -1762,7 +1762,7 @@ static FORCEINLINE void *win32direct_mmap(size_t size) { static FORCEINLINE int win32munmap(void *ptr, size_t size) { MEMORY_BASIC_INFORMATION minfo; - char *cptr = (char *)ptr; + char *cptr = (char *)ptr; while (size) { |