diff options
author | vanhauser-thc <vh@thc.org> | 2021-10-18 00:21:33 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-10-18 00:21:33 +0200 |
commit | 9c278df0385afb03a078e25e27a4763512d8831a (patch) | |
tree | 56864a2078d41392c068a7d91a59c1e151690ef8 /instrumentation/afl-compiler-rt.o.c | |
parent | 4b4244bcf6cad5fdc897edef6ea810647a54ca9f (diff) | |
download | afl++-9c278df0385afb03a078e25e27a4763512d8831a.tar.gz |
try fix
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 38beafb7..5caf57b3 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -1880,7 +1880,7 @@ static int area_is_valid(void *ptr, size_t len) { } -void __cmplog_rtn_hook_n(u8 *ptr1, u8 *ptr2, u32 len) { +void __cmplog_rtn_hook_n(u8 *ptr1, u8 *ptr2, u64 len) { /* u32 i; @@ -1941,7 +1941,7 @@ void __cmplog_rtn_hook_n(u8 *ptr1, u8 *ptr2, u32 len) { } -void __cmplog_rtn_hook_strn(u8 *ptr1, u8 *ptr2, u32 len) { +void __cmplog_rtn_hook_strn(u8 *ptr1, u8 *ptr2, u64 len) { /* if (area_is_valid(ptr1, 32) <= 0 || area_is_valid(ptr2, 32) <= 0) return; |