mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-21 05:42:12 +00:00
cmplog rtn rt fix
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user