-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decoder fuzzing #34
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
398c505
Ignore checksum mismatch when decoding XZ files during fuzzing. This …
Shnatsel 8fee2ce
Add fuzzing target for XZ decompression
Shnatsel 6ea27d0
Add fuzzing targets for LZMA and LZMA2
Shnatsel 4ff39e2
Add initial fuzzing harness for comparing output against xz2 crate (l…
Shnatsel b367ffb
Mark unused variable as unused
Shnatsel 5593d30
Add fuzzing corpus; xz decoding was seeded with official xz test suit…
Shnatsel 19f203d
Register compare_xz fuzzing harness in Cargo.toml
Shnatsel 394e7cc
Drop huge files from LZMA corpus. The reduced corpus has nearly ident…
Shnatsel 76a3c10
Use decompression corpus also for cross-checking decompression agains…
Shnatsel 0ef7970
Expand xz decompression corpus a little bit
Shnatsel 2756352
Add fuzzing README
Shnatsel 9557a33
Fix path to output comparison fuzzing target
Shnatsel c22dd7c
Fix XZ result comparison fuzz target
Shnatsel a6b317b
Address compiler warning
Shnatsel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
target | ||
corpus | ||
artifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
This directory contains fuzzing targets to verify implementation correctness: | ||
|
||
- `roundtrip_*` targets check that we can successfully decode what we've encoded. | ||
- `decompress_*` targets check that we don't panic or abort on decoding a crafted file. | ||
- `compare_*` targets check that we produce identical output to liblzma on decompression. | ||
|
||
The command to run fuzzer is: | ||
|
||
`cargo +nightly fuzz run --release -s none <fuzzing_target>` | ||
|
||
For example, | ||
|
||
`cargo +nightly fuzz run --release -s none compare_xz` | ||
|
||
We use `-s none` because this crate does not contain unsafe code, so we don't | ||
need sanitizers to detect memory or concurrency errors for us. | ||
|
||
For more info see `cargo +nightly fuzz help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
decompress_xz/ |
Binary file added
BIN
+118 Bytes
fuzz/corpus/decompress_lzma/0036761d4343c1b2874ce1b1bbe005ef624baa76
Binary file not shown.
Binary file added
BIN
+22 Bytes
fuzz/corpus/decompress_lzma/0061815d17aab3c583ed864a5139bfe01afa0cf2
Binary file not shown.
Binary file added
BIN
+30 Bytes
fuzz/corpus/decompress_lzma/0061bf3b7230a9d5fd5af198e3d07dc9c5971735
Binary file not shown.
Binary file added
BIN
+161 Bytes
fuzz/corpus/decompress_lzma/00c14d15f0973152037c6aa8b6882c305b482277
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/00f02ad862b817e3b0fb932a8da64ff4dd398e64
Binary file not shown.
Binary file added
BIN
+55 Bytes
fuzz/corpus/decompress_lzma/00f2ba53e6cb87121d5f14413b2d90debe8a38dd
Binary file not shown.
Binary file added
BIN
+743 Bytes
fuzz/corpus/decompress_lzma/00fa265867649897a9d8b5a2d7b4bff761dd5c97
Binary file not shown.
Binary file added
BIN
+115 Bytes
fuzz/corpus/decompress_lzma/0123b5fd9187770db8c4683d98f07225fbc72429
Binary file not shown.
Binary file added
BIN
+122 Bytes
fuzz/corpus/decompress_lzma/0185cb76171fa1ca9a21050299457e1c705383e1
Binary file not shown.
Binary file added
BIN
+76 Bytes
fuzz/corpus/decompress_lzma/01d681db82494de1301b10ce9a2a9f639cafc0b8
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+202 Bytes
fuzz/corpus/decompress_lzma/023794f12bd0ee4e460f2da773320b09cb2c88f8
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+622 Bytes
fuzz/corpus/decompress_lzma/02854279d5243058c4ca0f6ec6ded9ecd339fd8e
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+248 Bytes
fuzz/corpus/decompress_lzma/039b219841b1ba057fd1132139730427aba218c0
Binary file not shown.
Binary file added
BIN
+46 Bytes
fuzz/corpus/decompress_lzma/03a7adb8dec0f82f9487ae8bb6c904c68fdf1b0d
Binary file not shown.
Binary file added
BIN
+72 Bytes
fuzz/corpus/decompress_lzma/03bf6087fd54baa0c6a7808e09bbcf2f5bc1c72b
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/03eeb207008ba2033657ba25bcf36796b9ae7a58
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/0524e5786de323a20fe12d97a932d91b28c3d2e7
Binary file not shown.
Binary file added
BIN
+26 Bytes
fuzz/corpus/decompress_lzma/0526ea5f7353bf963d5c77737f945dc976b325ea
Binary file not shown.
Binary file added
BIN
+48 Bytes
fuzz/corpus/decompress_lzma/05d95189d394a449b7363e31583ea15bb7e396d2
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/05db742880493c5b6a00e11b993158e898533710
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/067916772dd79427a1be8cb9907bc010ac5d718a
Binary file not shown.
Binary file added
BIN
+13 Bytes
fuzz/corpus/decompress_lzma/06a7f7ad23a999e6d14861677a085b514f9248d2
Binary file not shown.
Binary file added
BIN
+889 Bytes
fuzz/corpus/decompress_lzma/0706d6a22b507e779e0e13d80a05fa1dccbc0751
Binary file not shown.
Binary file added
BIN
+141 Bytes
fuzz/corpus/decompress_lzma/07cbd3468c28009b2a79f2c867b5bff764abf985
Binary file not shown.
Binary file added
BIN
+246 Bytes
fuzz/corpus/decompress_lzma/080b791ab95575f0e6470c604f5d9205618484a4
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/08384dfe2bf4cc884e085d7b339c264ed869869f
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/085b1fd9e1de244a0668c4cee1680a144cff950c
Binary file not shown.
Binary file added
BIN
+294 Bytes
fuzz/corpus/decompress_lzma/087bd18cd2f753d4f1fe1408cef4e4f810bd863e
Binary file not shown.
Binary file added
BIN
+202 Bytes
fuzz/corpus/decompress_lzma/088555bddc32ddbfdbafb3e076299e8fa75c71c4
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+109 Bytes
fuzz/corpus/decompress_lzma/08adbcfe3c09883b14aa4327b0e368c573eebc84
Binary file not shown.
Binary file added
BIN
+32 Bytes
fuzz/corpus/decompress_lzma/08b0ec81b8e42c574d42be5578c3b5dc9f684ad4
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+104 Bytes
fuzz/corpus/decompress_lzma/08dd36a5b2cd7f9888b28c3687a411e105d1af8f
Binary file not shown.
Binary file added
BIN
+453 Bytes
fuzz/corpus/decompress_lzma/0998a11445d8818b96770251e60bbc765bcac8e6
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+902 Bytes
fuzz/corpus/decompress_lzma/09ebcacaef1292d719fd47ff7f0490223a96e2e5
Binary file not shown.
Binary file added
BIN
+50 Bytes
fuzz/corpus/decompress_lzma/0a0f0f1060ab8137fba9dc7c7d338f97e4201fcf
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/0a32a087d98856fdd5f31ef8f3740ba6010ddaa8
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/0a461930b68014e8a9ac5b7bc138bcffbe2fcaad
Binary file not shown.
Binary file added
BIN
+25 Bytes
fuzz/corpus/decompress_lzma/0a4f19e059275ee0d8b043a4f01927a63e69d088
Binary file not shown.
Binary file added
BIN
+63 Bytes
fuzz/corpus/decompress_lzma/0a9610c2e320f7d445f15bba441239aba6ba4dff
Binary file not shown.
Binary file added
BIN
+384 Bytes
fuzz/corpus/decompress_lzma/0aaf889800a8ee592f03b99956a3400763de56f4
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+98 Bytes
fuzz/corpus/decompress_lzma/0b1276ae12908eace379b27f7ccdc5ccdef3b65d
Binary file not shown.
Binary file added
BIN
+230 Bytes
fuzz/corpus/decompress_lzma/0c8aa27531d9aa0198748edb4ec791e2645b9994
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+74 Bytes
fuzz/corpus/decompress_lzma/0cb2d2aaed0732096fda2a9ce438fce7a6e2b7ca
Binary file not shown.
Binary file added
BIN
+159 Bytes
fuzz/corpus/decompress_lzma/0d7a6e2bb944db6771cbe919d0ac7a0745d4dc37
Binary file not shown.
Binary file added
BIN
+295 Bytes
fuzz/corpus/decompress_lzma/0dd766906c1dc8ce3358e83330168326cfc580cf
Binary file not shown.
Binary file added
BIN
+63 Bytes
fuzz/corpus/decompress_lzma/0e33ee6aa7ccb2d3fc7bc6532b7cf61af3d07188
Binary file not shown.
Binary file added
BIN
+326 Bytes
fuzz/corpus/decompress_lzma/0e5332c4c116aa80811697eebb857d3af532f3e7
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+52 Bytes
fuzz/corpus/decompress_lzma/0eaf86ad339c0b49c9daad6048cc51b1fff5ec68
Binary file not shown.
Binary file added
BIN
+31 Bytes
fuzz/corpus/decompress_lzma/0eb68a322a1528ff601f60dd797a30d8ccae7d35
Binary file not shown.
Binary file added
BIN
+166 Bytes
fuzz/corpus/decompress_lzma/0ec9fe02801534d849b82f7eaa53e45440e2145b
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/0efc3b934febf50fc4f40a04f9558828d3406264
Binary file not shown.
Binary file added
BIN
+33 Bytes
fuzz/corpus/decompress_lzma/0f131eeca3bbd21ce6ce5378aafdcbd0879939bc
Binary file not shown.
Binary file added
BIN
+37 Bytes
fuzz/corpus/decompress_lzma/0f1a05eca1966d2585d5abb35e1731297d9c011e
Binary file not shown.
Binary file added
BIN
+881 Bytes
fuzz/corpus/decompress_lzma/0f9804cb4ae3bf9e7a118121643abb1463f65111
Binary file not shown.
Binary file added
BIN
+567 Bytes
fuzz/corpus/decompress_lzma/0fb7a659cb400899e2a7de00270ff20ffa3ef2e7
Binary file not shown.
Binary file added
BIN
+24 Bytes
fuzz/corpus/decompress_lzma/0fcf9eacfd3ca3a0b777d6bea03ac2aaa0b896e4
Binary file not shown.
Binary file added
BIN
+92 Bytes
fuzz/corpus/decompress_lzma/102255bd9e702ef138aad10c565e1f786b488faf
Binary file not shown.
Binary file added
BIN
+252 Bytes
fuzz/corpus/decompress_lzma/105a6c83b5da2858c7d02eb0562e3fd9d48d0f2f
Binary file not shown.
Binary file added
BIN
+28 Bytes
fuzz/corpus/decompress_lzma/1086e615679114016822582a831b750b593e1e73
Binary file not shown.
Binary file added
BIN
+51 Bytes
fuzz/corpus/decompress_lzma/114d91935bd7a3912187275883fcbffeb1db78e2
Binary file not shown.
Binary file added
BIN
+81 Bytes
fuzz/corpus/decompress_lzma/117aff365674394fafbacd5e3f9131e8c8717469
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+690 Bytes
fuzz/corpus/decompress_lzma/121f2b5c84837577ce0476ebc58b529676edc5fd
Binary file not shown.
Binary file added
BIN
+55 Bytes
fuzz/corpus/decompress_lzma/1297af530186384ee4c68f6ceafff5974e479d20
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+139 Bytes
fuzz/corpus/decompress_lzma/12aff085e46d2d5b0b7a36097a0a76696e5d6c16
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/133cbacd80c387f414082fa20475f8c1ef435849
Binary file not shown.
Binary file added
BIN
+59 Bytes
fuzz/corpus/decompress_lzma/13e4bf8f4049ba46b54b88e0a65dca4e5576d661
Binary file not shown.
Binary file added
BIN
+516 Bytes
fuzz/corpus/decompress_lzma/14561a31120697db7d611a0b2070207643904ae1
Binary file not shown.
Binary file added
BIN
+29 Bytes
fuzz/corpus/decompress_lzma/14cb7f98a3c58a2ba653369869933fe31e1b11b7
Binary file not shown.
Binary file added
BIN
+83 Bytes
fuzz/corpus/decompress_lzma/14ec4eebb08659a87ea173669abfbd0346e5d9ba
Binary file not shown.
Binary file added
BIN
+81 Bytes
fuzz/corpus/decompress_lzma/15ce08846edc6fc13e1f5a8f91efbd91b0763476
Binary file not shown.
Binary file added
BIN
+24 Bytes
fuzz/corpus/decompress_lzma/15cf6f8ef3c8131019132bef695c7b7f293631fc
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/167a9a49f1f7874f552ddc76d8a964df5adc1007
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/16b23ae946093e504ad7970c3f98ece065cccdd3
Binary file not shown.
Binary file added
BIN
+146 Bytes
fuzz/corpus/decompress_lzma/16e67e8fbd17442d51f283470b5a6bb7529ff3f0
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+256 Bytes
fuzz/corpus/decompress_lzma/189663f23ccd8d6aa8213abff2b964c282744052
Binary file not shown.
Binary file added
BIN
+52 Bytes
fuzz/corpus/decompress_lzma/18c6cfdf9b71f786485bc5e4c926c99d5629a179
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/18cc9a602ae707597f6730b7432ddebb8aad6cf9
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/19150560dc25adde8b8bc095926a818ffd9db3de
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13 Bytes
fuzz/corpus/decompress_lzma/19a108372a97c7d9962a3f10c3ff89f31db42c4b
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/19fa62959d1adb7b64a249403338645fada3176f
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/1a19698223739bf773b44bc520c581bec2ec218a
Binary file not shown.
Binary file added
BIN
+152 Bytes
fuzz/corpus/decompress_lzma/1a3ac812ee9624764fdb0f5bce4fce5f8f68f4cd
Binary file not shown.
Binary file added
BIN
+302 Bytes
fuzz/corpus/decompress_lzma/1a86e9ac79468ef6d0ede9921370a80b77d543c6
Binary file not shown.
Binary file added
BIN
+313 Bytes
fuzz/corpus/decompress_lzma/1a87a129bec8ce724f99b247ce5863178cf6d9fc
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+213 Bytes
fuzz/corpus/decompress_lzma/1a8d4e8c314cafd2254451b2ca082f013b9c2366
Binary file not shown.
Binary file added
BIN
+103 Bytes
fuzz/corpus/decompress_lzma/1a9575ed8fc5abc7ca91efcb9f0dd4188b92853b
Binary file not shown.
Binary file added
BIN
+55 Bytes
fuzz/corpus/decompress_lzma/1b28e83662419e737cc9ed5642cceaea53a8b4ee
Binary file not shown.
Binary file added
BIN
+94 Bytes
fuzz/corpus/decompress_lzma/1ba3b5c8ca9d27863c19bc3a29abc241190a7937
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/1c62d29ab02815fd2cb452813e5b4b0099fad754
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/1ca00ccef946a3aecb08a2ffc792659f3b0ff13e
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/1cb4e51910ac6e703f3e46a7c4e481ddfc9bd895
Binary file not shown.
Binary file added
BIN
+152 Bytes
fuzz/corpus/decompress_lzma/1cbc2714e62c511335b63695c2ebbe417942bfff
Binary file not shown.
Binary file added
BIN
+53 Bytes
fuzz/corpus/decompress_lzma/1d8e7a199028443865a235476a5506c00e15fdba
Binary file not shown.
Binary file added
BIN
+50 Bytes
fuzz/corpus/decompress_lzma/1e8049cc63adf54e713f151ef282b143683a1501
Binary file not shown.
Binary file added
BIN
+80 Bytes
fuzz/corpus/decompress_lzma/1e8f35b4aeb1a0f7fcd8a2a0ac3af87158e4f259
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/1ea9cd463d3a30ad617a399dcd9ab9449257e798
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+33 Bytes
fuzz/corpus/decompress_lzma/2045875d5f7899805c191e802b3a9fe8e893593e
Binary file not shown.
Binary file added
BIN
+51 Bytes
fuzz/corpus/decompress_lzma/2069fa580d1329e6055deff556b63d1866805ab3
Binary file not shown.
Binary file added
BIN
+94 Bytes
fuzz/corpus/decompress_lzma/20983c149015229cc8acba832bc08625bf5583e2
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+747 Bytes
fuzz/corpus/decompress_lzma/20ff44d09440e62002a21d9d0c42a12535269a73
Binary file not shown.
Binary file added
BIN
+22 Bytes
fuzz/corpus/decompress_lzma/210db7c6d74155e59ad6a8e145faf44dd6e9ddc1
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/21243a3420e647546d25ae19fa3849dcc9282e94
Binary file not shown.
Binary file added
BIN
+28 Bytes
fuzz/corpus/decompress_lzma/2152da55b4075c5c505bf0172d763d0e99615af1
Binary file not shown.
Binary file added
BIN
+131 Bytes
fuzz/corpus/decompress_lzma/21f6be8f99d9cf74a655fa08037c778226ec9955
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/2220ec614460d46a6ebc10d92bb893612083b7e3
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/223c0aecfafb1651272f04e027a32ca319687746
Binary file not shown.
Binary file added
BIN
+136 Bytes
fuzz/corpus/decompress_lzma/227b355d87287d62153cf6ed53b022c6d781e68b
Binary file not shown.
Binary file added
BIN
+66 Bytes
fuzz/corpus/decompress_lzma/228e08bde788273a93450451cafde2e81bf87d40
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/22afc20f247737535f2b1fbea54623414a70a684
Binary file not shown.
Binary file added
BIN
+22 Bytes
fuzz/corpus/decompress_lzma/22e0ad576d6263c3c732d8f3cb305c53702ef4f5
Binary file not shown.
Binary file added
BIN
+248 Bytes
fuzz/corpus/decompress_lzma/22f008d51b8fa86942698ae9f14aa0a38f406e0b
Binary file not shown.
Binary file added
BIN
+37 Bytes
fuzz/corpus/decompress_lzma/22fe7f51ca70a927a0b5a0b2139aac3e9af7ecb7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+415 Bytes
fuzz/corpus/decompress_lzma/239b399f877a2c60d5e89d61833b2b790546535b
Binary file not shown.
Binary file added
BIN
+433 Bytes
fuzz/corpus/decompress_lzma/242306f6559054565115cc015f7b48de35363953
Binary file not shown.
Binary file added
BIN
+27 Bytes
fuzz/corpus/decompress_lzma/242d19123681abbbd7c7e63d70de41c1a9cef0cc
Binary file not shown.
Binary file added
BIN
+38 Bytes
fuzz/corpus/decompress_lzma/2466e91f0bec07d4258860441057be9885b76220
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/24aef3c03b1ab613e786ddd0e2496181922026b6
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/24d81fededdb18642edd54ccf1790cdcda79f3ac
Binary file not shown.
Binary file added
BIN
+26 Bytes
fuzz/corpus/decompress_lzma/24eeed419918eb70032b62ab7d7eab4802d7d73d
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/252d486e51cd10483aa513839ba550e802923d91
Binary file not shown.
Binary file added
BIN
+30 Bytes
fuzz/corpus/decompress_lzma/25df4143f218e609b7213c31ec9e74664e37ea3b
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/26632c3f88242b02ca212a7bcdc8431f72cd170c
Binary file not shown.
Binary file added
BIN
+172 Bytes
fuzz/corpus/decompress_lzma/2698d75d2c5e5850dd5268d19102182da6372b49
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/26a12abf962ade0ce0dd30c7eb1ee8dd24f27785
Binary file not shown.
Binary file added
BIN
+27 Bytes
fuzz/corpus/decompress_lzma/26a8df6b3deb1393a315e3d6140d5170c23a63bb
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+47 Bytes
fuzz/corpus/decompress_lzma/26d709840e16405a599471984fe8c01ae7aa059b
Binary file not shown.
Binary file added
BIN
+157 Bytes
fuzz/corpus/decompress_lzma/27583c63c9e5251baa1e0f9ca989d27529113020
Binary file not shown.
Binary file added
BIN
+151 Bytes
fuzz/corpus/decompress_lzma/276327fd3962f512b7b1fd58fd927f107d030ce0
Binary file not shown.
Binary file added
BIN
+261 Bytes
fuzz/corpus/decompress_lzma/281b305711137d0b4e67e0393d6485065dbdd1db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+57 Bytes
fuzz/corpus/decompress_lzma/28cb06f4350a81b2fe6969104d61afdbb515b144
Binary file not shown.
Binary file added
BIN
+26 Bytes
fuzz/corpus/decompress_lzma/28d368bbc8b40c2c6ba483ae04b0d70ec7af072f
Binary file not shown.
Binary file added
BIN
+51 Bytes
fuzz/corpus/decompress_lzma/28e54b7ad01a4bf087359015a74a03093edca6e9
Binary file not shown.
Binary file added
BIN
+67 Bytes
fuzz/corpus/decompress_lzma/2909d92448b35b674c9059269d291406a686172e
Binary file not shown.
Binary file added
BIN
+264 Bytes
fuzz/corpus/decompress_lzma/292b6943df44c51e2d6f1d285b738fa9184a1971
Binary file not shown.
Binary file added
BIN
+54 Bytes
fuzz/corpus/decompress_lzma/2a036f28b8232e1ff34654f0a0d23fa2e26d848e
Binary file not shown.
Binary file added
BIN
+43 Bytes
fuzz/corpus/decompress_lzma/2a1d68b65df2102b467dada215048d658135a9d6
Binary file not shown.
Binary file added
BIN
+24 Bytes
fuzz/corpus/decompress_lzma/2a7672d9cd461a0c5e1dce3f4fce70ed9950cb9f
Binary file not shown.
Binary file added
BIN
+67 Bytes
fuzz/corpus/decompress_lzma/2ad173606722a5c0230775f03bf0d2d6fd9fad83
Binary file not shown.
Binary file added
BIN
+128 Bytes
fuzz/corpus/decompress_lzma/2af27a672dabdd0eac380dabea9aafd7ee709ccd
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/2bbde8e17da13d538d7b59df0d2f64876c880ffc
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+57 Bytes
fuzz/corpus/decompress_lzma/2cfb834cb2e4c0389d595f047f45f92aef55ae7e
Binary file not shown.
Binary file added
BIN
+56 Bytes
fuzz/corpus/decompress_lzma/2d2403d379c97ee36c757f6afe89e2adca8c92b1
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+62 Bytes
fuzz/corpus/decompress_lzma/2db16b43d743473b06b1f6e451020ce00241d0c5
Binary file not shown.
Binary file added
BIN
+140 Bytes
fuzz/corpus/decompress_lzma/2df4f47568fcd3779f9787aa127e399c4c545e1d
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
fuzz/corpus/decompress_lzma/2e74d24e887678f0681d4c7c010477b8b9697f1a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
� |
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/2e944b97e5582aa95dc516b04042803ba3c8203e
Binary file not shown.
Binary file added
BIN
+101 Bytes
fuzz/corpus/decompress_lzma/2ebc84f4dbaf27abc98fb8f043f40fdf82b611e9
Binary file not shown.
Binary file added
BIN
+75 Bytes
fuzz/corpus/decompress_lzma/2f400ed884cdeca6790c32979aba1786d85677fb
Binary file not shown.
Binary file added
BIN
+838 Bytes
fuzz/corpus/decompress_lzma/2f7c84c03b7ce48f1665e0271464a8f91c0d4927
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/2fc9f82bd0914795d33bdcbe82e803c6ae09efd4
Binary file not shown.
Binary file added
BIN
+139 Bytes
fuzz/corpus/decompress_lzma/2fda0808913bd095e6ebe09c524e9214fca6ae6c
Binary file not shown.
Binary file added
BIN
+89 Bytes
fuzz/corpus/decompress_lzma/302bef0d9be3fa598dd801d0ea77083437100c59
Binary file not shown.
Binary file added
BIN
+328 Bytes
fuzz/corpus/decompress_lzma/3063d5eac342b9241ddf1f81105c553bae721ef7
Binary file not shown.
Binary file added
BIN
+25 Bytes
fuzz/corpus/decompress_lzma/309e60a5bc87e2b9912720093ab0d2afd1fb4413
Binary file not shown.
Binary file added
BIN
+40 Bytes
fuzz/corpus/decompress_lzma/30bb043a778e3614d6035f18c24ffa75c2fd83d2
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/30ed249d5f1e6707d7a7fe81d63f0e6169063326
Binary file not shown.
Binary file added
BIN
+34 Bytes
fuzz/corpus/decompress_lzma/30f80a377b2880f0338e570a5f4f3de1b1c83fd0
Binary file not shown.
Binary file added
BIN
+33 Bytes
fuzz/corpus/decompress_lzma/30f9b90752360edcacb5e0c5d8523f6fd67bcb5c
Binary file not shown.
Binary file added
BIN
+114 Bytes
fuzz/corpus/decompress_lzma/31db2c7b4a048043b714e89a617abf4b2690daf1
Binary file not shown.
Binary file added
BIN
+287 Bytes
fuzz/corpus/decompress_lzma/31deeac444b40456a6d911dda2680c1d64b6ac7f
Binary file not shown.
Binary file added
BIN
+133 Bytes
fuzz/corpus/decompress_lzma/320cc4c1402e17a69e3abb7bdf5277a878e73a31
Binary file not shown.
Binary file added
BIN
+74 Bytes
fuzz/corpus/decompress_lzma/323799c1f62fb66762e6dfa2be3a791c8cbb59e0
Binary file not shown.
Binary file added
BIN
+26 Bytes
fuzz/corpus/decompress_lzma/327fb3f751c30199fe4c2492082c5faa2bc0016b
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/32873ce5fb3a9a5db88acc1b5a75f21c0cc9da92
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+54 Bytes
fuzz/corpus/decompress_lzma/336b401e62ce974b7aa1f8b42111342b7cbede1c
Binary file not shown.
Binary file added
BIN
+35 Bytes
fuzz/corpus/decompress_lzma/33b176bad890b2a70927fe8e5770028ac7c64f5e
Binary file not shown.
Binary file added
BIN
+205 Bytes
fuzz/corpus/decompress_lzma/33b890cb5cdcfe53f72a835235a3940e9636cb5e
Binary file not shown.
1 change: 1 addition & 0 deletions
1
fuzz/corpus/decompress_lzma/33c7b0517f972be0dabc6d182c884d158770b910
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
�����������������i�ͥ��� �m��4���g |
Binary file added
BIN
+204 Bytes
fuzz/corpus/decompress_lzma/342aa2830e166fbb573a807617c5438002ec6f53
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/344eef2e4a0d9989753fbea0f924ce254922bdbe
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+50 Bytes
fuzz/corpus/decompress_lzma/34c4ef713e3cad6383ea2e64a0dd40d30c36bbb3
Binary file not shown.
Binary file added
BIN
+23 Bytes
fuzz/corpus/decompress_lzma/34dd0376e54a769674ad15650e48a372d014441b
Binary file not shown.
Binary file added
BIN
+51 Bytes
fuzz/corpus/decompress_lzma/3519f659aa04075a934503de7b1f28f39fc4c545
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/358124c68c8bf5959386b9ef06a9025c70a591ba
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+67 Bytes
fuzz/corpus/decompress_lzma/35ab60914bbc20630e011ebc9b4d07255b85ff88
Binary file not shown.
Binary file added
BIN
+289 Bytes
fuzz/corpus/decompress_lzma/35c5797932268331c70344e1fe6ec433cf08cd4f
Binary file not shown.
Binary file added
BIN
+320 Bytes
fuzz/corpus/decompress_lzma/35fc8773b41c96f665dd2c7fbb38adc28666bb07
Binary file not shown.
Binary file added
BIN
+168 Bytes
fuzz/corpus/decompress_lzma/36035d4547fb882eb1e4d4c0c0144db971f9bb99
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/36af8cf11aa1322166da772a06f9505a6ffbc530
Binary file not shown.
Binary file added
BIN
+53 Bytes
fuzz/corpus/decompress_lzma/36b4ca67220a67d81bc0f1ab9f5939f207fe9d49
Binary file not shown.
Binary file added
BIN
+161 Bytes
fuzz/corpus/decompress_lzma/36b53309c89281a7f16eac087a9a1ff11bb7e5c9
Binary file not shown.
Binary file added
BIN
+169 Bytes
fuzz/corpus/decompress_lzma/36c58614f2a046dd473583740cf562ab16dc194a
Binary file not shown.
Binary file added
BIN
+46 Bytes
fuzz/corpus/decompress_lzma/36ebfc41126f9ba9ff312f4509ca8fabee267e5c
Binary file not shown.
Binary file added
BIN
+305 Bytes
fuzz/corpus/decompress_lzma/37184c779457968e4a60ac1c2425f730ef763062
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/37244ddbcb6092b15c92805e747b259f5db17edd
Binary file not shown.
Binary file added
BIN
+259 Bytes
fuzz/corpus/decompress_lzma/374af788f0207725bd717fbce0f1022c558be275
Binary file not shown.
Binary file added
BIN
+60 Bytes
fuzz/corpus/decompress_lzma/378b0c1d1a4026b105a8b35e83e06798138c09b6
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+24 Bytes
fuzz/corpus/decompress_lzma/37a4a66edd0c2814364492c994fb359089c8712f
Binary file not shown.
Binary file added
BIN
+74 Bytes
fuzz/corpus/decompress_lzma/37a668baf1355500dfdd355eef265c76d636e7c6
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+149 Bytes
fuzz/corpus/decompress_lzma/385a2f82020419c7a4ef6173e123ed736238c047
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/385fa9f3380594b7985584a24382e59addec148e
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+70 Bytes
fuzz/corpus/decompress_lzma/38a843af2039ab5aaa475ccf7a71b6f7569bf179
Binary file not shown.
Binary file added
BIN
+55 Bytes
fuzz/corpus/decompress_lzma/38a9a008d0cce2118668533a6f97e07e5d8a0b62
Binary file not shown.
Binary file added
BIN
+264 Bytes
fuzz/corpus/decompress_lzma/38b306351adba9c3b5d3f96a237ae3b3ee95726b
Binary file not shown.
Binary file added
BIN
+74 Bytes
fuzz/corpus/decompress_lzma/38b40803a39b6b35d8c92d8a81d1cbf00d73993a
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+517 Bytes
fuzz/corpus/decompress_lzma/39e52fb6c8a64138e8d1c8f59e0e38150da0b043
Binary file not shown.
Binary file added
BIN
+84 Bytes
fuzz/corpus/decompress_lzma/3a476bf8ccb12ac078b649db540e9259c3fcd18e
Binary file not shown.
Binary file added
BIN
+80 Bytes
fuzz/corpus/decompress_lzma/3aa18f952fdc3a93ea9e16c72c36ba541f98ddf0
Binary file not shown.
Binary file added
BIN
+55 Bytes
fuzz/corpus/decompress_lzma/3aca23b96c21759ecf2119cae08fbe891abd3e71
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/3bda5e03aab3bcd8d7284ea8f8b01d6942a670bc
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+59 Bytes
fuzz/corpus/decompress_lzma/3c1aac5f61ccb0f9b066c86ce642d47e004b83a9
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13 Bytes
fuzz/corpus/decompress_lzma/3c4eb8d0b5a8dba7225a12b577937c7917c5e477
Binary file not shown.
Binary file added
BIN
+168 Bytes
fuzz/corpus/decompress_lzma/3c87c7cf449e62fcdfb453909436a64d69cac0b6
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+148 Bytes
fuzz/corpus/decompress_lzma/3cabbd7dc4eca874ea9971d8946af0fda2169b64
Binary file not shown.
Binary file added
BIN
+25 Bytes
fuzz/corpus/decompress_lzma/3d36bcfe7b3e70769112b7eae7bc6776316ca3f7
Binary file not shown.
Binary file added
BIN
+66 Bytes
fuzz/corpus/decompress_lzma/3d6921d1e1178ecb3481a1973345b3cbfa1241e8
Binary file not shown.
Binary file added
BIN
+92 Bytes
fuzz/corpus/decompress_lzma/3d73f047d91d4da621d665c549e5d3c6f1aab105
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/3d885260f75005eceed3587d44d7f5d0e60ad065
Binary file not shown.
Binary file added
BIN
+306 Bytes
fuzz/corpus/decompress_lzma/3d88577abb38521333a10b565025256702ffdef6
Binary file not shown.
Binary file added
BIN
+126 Bytes
fuzz/corpus/decompress_lzma/3dd49d7372502fceae0dfb1023f3785ec30aa048
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+142 Bytes
fuzz/corpus/decompress_lzma/3ef216e86455034bc85d481143690e7aece449d2
Binary file not shown.
Binary file added
BIN
+156 Bytes
fuzz/corpus/decompress_lzma/3f6cf7f3f9d27f632d6c08c8a686ee8efa176a7f
Binary file not shown.
Binary file added
BIN
+45 Bytes
fuzz/corpus/decompress_lzma/3f7c90fdabc501f7044c77dca6d16da4bbb5b427
Binary file not shown.
Binary file added
BIN
+198 Bytes
fuzz/corpus/decompress_lzma/3fbd519885f2a944e40346034ef445c776841dd1
Binary file not shown.
1 change: 1 addition & 0 deletions
1
fuzz/corpus/decompress_lzma/3ff6a3cbc46923901bb9ddff7c072fdd4febe306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
]..����'���������� |
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/402a6595929856469f24d9c9859bf1a6617f51c7
Binary file not shown.
Binary file added
BIN
+27 Bytes
fuzz/corpus/decompress_lzma/403d84b646c2cdb003710a4e19b61fa175e86c18
Binary file not shown.
Binary file added
BIN
+145 Bytes
fuzz/corpus/decompress_lzma/405f69590541b5357737e826a1627b2202bcb68d
Binary file not shown.
Binary file added
BIN
+29 Bytes
fuzz/corpus/decompress_lzma/40867430529c26e9c5398aea00e9e6e0e176b7d0
Binary file not shown.
1 change: 1 addition & 0 deletions
1
fuzz/corpus/decompress_lzma/40bd2569ed5326d8d6ac91f70d8e295ca67bf212
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
��qqq�������qqqq��qqq#�d |
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/40d1ae73921eb430ea3802e7297a48552a4114c6
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/40d4b2f4236394bf133998452a7c55b2815551bd
Binary file not shown.
Binary file added
BIN
+13 Bytes
fuzz/corpus/decompress_lzma/40f88475cc76a288dfc7c26e49e166f5286805dd
Binary file not shown.
Binary file added
BIN
+22 Bytes
fuzz/corpus/decompress_lzma/40fd65defd3a7abc18a2062a3065693d4ff635eb
Binary file not shown.
Binary file added
BIN
+34 Bytes
fuzz/corpus/decompress_lzma/4103de127e6e9884ddeffa7235f8e3038294e925
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/413c77ca8aa5f31fd623d5d9ae8b5e54ad634ab2
Binary file not shown.
Binary file added
BIN
+47 Bytes
fuzz/corpus/decompress_lzma/41860dcd8394f4e765484d826111d32183889306
Binary file not shown.
Binary file added
BIN
+18 Bytes
fuzz/corpus/decompress_lzma/41a6e749cd6636de9221561e717e6d12a5b2bed1
Binary file not shown.
Binary file added
BIN
+36 Bytes
fuzz/corpus/decompress_lzma/41dc7dc29d8f690371eb9896a13a7ea96020b3fd
Binary file not shown.
Binary file added
BIN
+53 Bytes
fuzz/corpus/decompress_lzma/41f38052a10dac8b3c040d07c17d8127af92378a
Binary file not shown.
Binary file added
BIN
+52 Bytes
fuzz/corpus/decompress_lzma/4245c0b5c5d73c875d889b8deeb871e6609aad73
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/42f4be89e0897c5fec3b3f1e8b405572b391927c
Binary file not shown.
Binary file added
BIN
+47 Bytes
fuzz/corpus/decompress_lzma/431036c6ea14b98b804e684d0768a57b251eff5d
Binary file not shown.
Binary file added
BIN
+60 Bytes
fuzz/corpus/decompress_lzma/4328278c698909d5230fc8b3ffbfd36a0263bb50
Binary file not shown.
Binary file added
BIN
+81 Bytes
fuzz/corpus/decompress_lzma/43c4e70b017955251388fcb4cd8b1ccbf374296b
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/440785d8058a30a7dc0d830f9853b429ffd38222
Binary file not shown.
Binary file added
BIN
+69 Bytes
fuzz/corpus/decompress_lzma/442f97452d85a76e2121118522422cd92caad27b
Binary file not shown.
Binary file added
BIN
+32 Bytes
fuzz/corpus/decompress_lzma/44b101a523ef1d15a8640b71e3a0bc5edc1a4e5c
Binary file not shown.
Binary file added
BIN
+244 Bytes
fuzz/corpus/decompress_lzma/44da5ecff8f4f2113ecdf3933f251e1e4dd55682
Binary file not shown.
Binary file added
BIN
+20 Bytes
fuzz/corpus/decompress_lzma/45104a79022a11a8b2d407b14dac129ce5ded47c
Binary file not shown.
Binary file added
BIN
+302 Bytes
fuzz/corpus/decompress_lzma/4546af29ac8c3282a466cda25d38d6733e7bfb37
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21 Bytes
fuzz/corpus/decompress_lzma/46395a97f954141525d192d7845105d59eb2941a
Binary file not shown.
Binary file added
BIN
+51 Bytes
fuzz/corpus/decompress_lzma/4642ca8fcbbc76f0d5cb7f0d1e09cb1bdbc0f111
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+24 Bytes
fuzz/corpus/decompress_lzma/468c1756156f96c4db3d74a99798e197e8a6641c
Binary file not shown.
Binary file added
BIN
+49 Bytes
fuzz/corpus/decompress_lzma/46ad00d2cc7dc632c6daf36a68d3a3b8c4087d60
Binary file not shown.
Binary file added
BIN
+283 Bytes
fuzz/corpus/decompress_lzma/46b8cbe1cf7b3f31fa3d1d71696fbf23bd97ee28
Binary file not shown.
Binary file added
BIN
+19 Bytes
fuzz/corpus/decompress_lzma/46ce1a0fa958bca511b3861f7f532522a6a82848
Binary file not shown.
Binary file added
BIN
+242 Bytes
fuzz/corpus/decompress_lzma/479f581b975bc059fadfa6201f586caf6da7cd42
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional:
Although I agree that the corpus can have some value, I would keep that outside of the master branch (for example as a separate open pull request).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe having corpus in a PR is a good idea. I'd aim for continuous fuzzing via either fuzzit.dev or Google's oss-fuzz, so I'd suggest looking at what those platforms require and working with that. I've seen repos that use fuzzit.dev keep the corpus out of the repo (e.g. https://github.com/image-rs/image-png/) but I don't know how exactly that's accomplished.