You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however when I run the fuzzer on the crash reproducer ,it come through, no crash
and
when I add use_counters=0 runtime flags to disable 8bit-counters to guide fuzzer, it works ok
I'm doing some libfuzzer test on Android O,I got the error as blow:
`==7687==AddressSanitizer CHECK failed: external/compiler-rt/lib/asan/asan_allocator.cc:147 "((alloc_magic[0])) == ((kAllocBegMagic))" (0xc0c000cc6e96b9, 0xcc6e96b9)
#0 0x7776c5abdf (/system/lib64/libclang_rt.asan-aarch64-android.so+0x7cbdf)
the error point to the code :
`typedef unsigned char HI_U8;
HI_U8* u32TmpData = (HI_U8*)malloc(framesize);
//some other codes
free(u32TmpData );`
The text was updated successfully, but these errors were encountered: