nozero for llvm pcguard

This commit is contained in:
van Hauser
2020-08-12 10:41:09 +02:00
parent ee548df05f
commit 132b57cf03
2 changed files with 2 additions and 1 deletions

View File

@ -904,7 +904,7 @@ void __sanitizer_cov_trace_pc_guard(uint32_t *guard) {
*/
__afl_area_ptr[*guard]++;
__afl_area_ptr[*guard] = __afl_area_ptr[*guard] + 1 + (__afl_area_ptr[*guard] == 255 ? 1 : 0);
}