diff options
author | che30122 <43172568+che30122@users.noreply.github.com> | 2022-04-28 15:42:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 09:42:49 +0200 |
commit | 01594dc416c154a7eb8d6782e9a25a8713ad3709 (patch) | |
tree | 0003470c83040b95636362e80ea8119a5306e591 /include | |
parent | ee409d18a6678c3f5948f51db8964148cae021dc (diff) | |
download | afl++-01594dc416c154a7eb8d6782e9a25a8713ad3709.tar.gz |
Properly null CmpLog map in deinit (#1395)
Co-authored-by: van Hauser <vh@thc.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index e2ee16a8..c2f20f0f 100644 --- a/include/debug.h +++ b/include/debug.h @@ -388,6 +388,8 @@ static inline const char *colorfilter(const char *x) { \ } while (1); \ \ + \ + \ } while (0) #define ck_read(fd, buf, len, fn) \ |