#include <stdint.h>#include <stddef.h>
bool FuzzMe(const uint8_t *Data, size_t DataSize) { return DataSize >= 3 && Data[0] == 'F' && Data[1] == 'U' && Data[2] == 'Z' && Data[3] == 'Z'; // :‑<}
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { FuzzMe(Data, Size); return 0;}
WARNING: Failed to find function "__sanitizer_get_coverage_pc_buffer".
INFO: Seed: 3778622487
INFO: A corpus is not provided, starting from an empty corpus
#0 READ units: 1 exec/s: 0
ASAN:DEADLYSIGNAL
=================================================================
[1m [31m==12311==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000000000 bp 0x007ff3c100c0 sp 0x007ff3c10090 T0)
[1m [0m==12311==Hint: pc points to the zero page.
==12311==The signal is caused by a READ memory access.
==12311==Hint: address points to the zero page.
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (<unknown module>)
==12311==ABORTING
artifact_prefix='./'; Test unit written to ./crash-da39a3ee5e6b4b0d3255bfef95601890afd80709
Base64:
==12311== ERROR: libFuzzer: deadly signal
#0 0x7764e091c7 (/data/lib64/libclang_rt.asan-aarch64-android.so+0x7d1c7)
#1 0x590a8018eb (/data/local/tmp/fuzz_me+0xa8eb)
#2 0x590a8018af (/data/local/tmp/fuzz_me+0xa8af)
#3 0x7765ced4df ([vdso]+0x4df)
#4 0x7765b96187 (/system/lib64/libc.so+0x69187)
#5 0x7765b4a9cb (/system/lib64/libc.so+0x1d9cb)
#6 0x7764e16a6f (/data/lib64/libclang_rt.asan-aarch64-android.so+0x8aa6f)
#7 0x7764e1c4af (/data/lib64/libclang_rt.asan-aarch64-android.so+0x904af)
#8 0x7764e046e7 (/data/lib64/libclang_rt.asan-aarch64-android.so+0x786e7)
#9 0x7764e0478b (/data/lib64/libclang_rt.asan-aarch64-android.so+0x7878b)
#10 0x7764e03cef (/data/lib64/libclang_rt.asan-aarch64-android.so+0x77cef)
#11 0x7765ced4df ([vdso]+0x4df)
NOTE: libFuzzer has rudimentary signal handlers.
Combine libFuzzer with AddressSanitizer or similar for better crash reports.
SUMMARY: libFuzzer: deadly signal
artifact_prefix='./'; Test unit written to ./crash-da39a3ee5e6b4b0d3255bfef95601890afd80709
--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+unsubscribe@googlegroups.com.
To post to this group, send email to libf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/973d60ee-c8b0-46a5-b6fd-6cc23dba3b5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+...@googlegroups.com.
To post to this group, send email to libf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/c30cc145-d330-43cb-b52f-8a862ded8304%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+unsubscribe@googlegroups.com.
To post to this group, send email to libf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/c30cc145-d330-43cb-b52f-8a862ded8304%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/CAMz%3DTJ%3DUSjEXXqiJzjsdHmbo2ORpGpaYGcChb%3DmEPTAXK5etmA%40mail.gmail.com.