diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-06 14:29:16 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-06 14:29:16 +0100 |
commit | 61039b410c98cb971daff5778b1591d0e5cbfd3e (patch) | |
tree | 64e9d060065d4114c465189b6c9ee9e403860046 /include | |
parent | b5d7f6bd60e053a47996b1f1b9c70008bb106a32 (diff) | |
download | afl++-61039b410c98cb971daff5778b1591d0e5cbfd3e.tar.gz |
better error report for old qemu/frida cmplog
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 063e6bbd..bca4ff92 100644 --- a/include/types.h +++ b/include/types.h @@ -47,6 +47,7 @@ typedef uint128_t u128; #define FS_ERROR_SHMAT 8 #define FS_ERROR_MMAP 16 #define FS_ERROR_OLD_CMPLOG 32 +#define FS_ERROR_OLD_CMPLOG_QEMU 64 /* Reporting options */ #define FS_OPT_ENABLED 0x80000001 |