Upload folder using huggingface_hub
Browse files
projects/c-blosc2/arvo_29171/crash.log
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
======================= INFO =========================
|
| 2 |
+
This binary is built for AFL-fuzz.
|
| 3 |
+
To run the target function on individual input(s) execute this:
|
| 4 |
+
/out/decompress_chunk_fuzzer < INPUT_FILE
|
| 5 |
+
or
|
| 6 |
+
/out/decompress_chunk_fuzzer INPUT_FILE1 [INPUT_FILE2 ... ]
|
| 7 |
+
To fuzz with afl-fuzz execute this:
|
| 8 |
+
afl-fuzz [afl-flags] /out/decompress_chunk_fuzzer [-N]
|
| 9 |
+
afl-fuzz will run N iterations before re-spawning the process (default: 1000)
|
| 10 |
+
======================================================
|
| 11 |
+
Reading 84 bytes from /tmp/poc
|
| 12 |
+
AddressSanitizer:DEADLYSIGNAL
|
| 13 |
+
=================================================================
|
| 14 |
+
==3276==ERROR: AddressSanitizer: SEGV on unknown address 0x607fffffff59 (pc 0x000000551eea bp 0x7fff10b8a9a0 sp 0x7fff10b8a8a0 T0)
|
| 15 |
+
==3276==The signal is caused by a READ memory access.
|
| 16 |
+
SCARINESS: 20 (wild-addr-read)
|
| 17 |
+
#0 0x551eea in sw32_ /src/c-blosc2/blosc/blosc-private.h:44:13
|
| 18 |
+
#1 0x551eea in blosc_d /src/c-blosc2/blosc/blosc2.c:1124:14
|
| 19 |
+
#2 0x5461db in serial_blosc /src/c-blosc2/blosc/blosc2.c:1284:16
|
| 20 |
+
#3 0x5461db in do_job /src/c-blosc2/blosc/blosc2.c:1442:15
|
| 21 |
+
#4 0x54e742 in blosc_run_decompression_with_context /src/c-blosc2/blosc/blosc2.c:2380:13
|
| 22 |
+
#5 0x54f19b in blosc2_decompress /src/c-blosc2/blosc/blosc2.c:2448:12
|
| 23 |
+
#6 0x4fa6b4 in LLVMFuzzerTestOneInput /src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c:34:5
|
| 24 |
+
#7 0x4fab9e in ExecuteFilesOnyByOne /src/libfuzzer/afl/afl_driver.cpp:207:5
|
| 25 |
+
#8 0x4fab9e in main /src/libfuzzer/afl/afl_driver.cpp:244:12
|
| 26 |
+
#9 0x7f08f55b583f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f)
|
| 27 |
+
#10 0x44b8f8 in _start (/out/decompress_chunk_fuzzer+0x44b8f8)
|
| 28 |
+
|
| 29 |
+
DEDUP_TOKEN: sw32_--blosc_d--serial_blosc
|
| 30 |
+
AddressSanitizer can not provide additional info.
|
| 31 |
+
SUMMARY: AddressSanitizer: SEGV /src/c-blosc2/blosc/blosc-private.h:44:13 in sw32_
|
| 32 |
+
==3276==ABORTING
|
projects/c-blosc2/arvo_29171/poc.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d891a064eda88216685d475c5ed9e389600aa63e6d70c537dc60cb0d75a1cb27
|
| 3 |
+
size 84
|
projects/c-blosc2/arvo_29171/src.tgz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7036431d9e806df4beb40ec97c74ecc9423d24f088537fd943510bfbe85e21d
|
| 3 |
+
size 1192050
|