cmplog rtn rt fix

This commit is contained in:
vanhauser-thc
2021-03-10 09:32:54 +01:00
parent 851231c846
commit bff02dae0d

View File

@ -1773,7 +1773,7 @@ void __cmplog_rtn_hook(u8 *ptr1, u8 *ptr2) {
if (__afl_cmp_map->headers[k].shape < len) { if (__afl_cmp_map->headers[k].shape < len) {
__afl_cmp_map->headers[k].shape = len; __afl_cmp_map->headers[k].shape = len - 1;
} }