Skip to content

Commit

Permalink
fix(deflate): update fuzzing to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 16, 2024
1 parent f73e6a4 commit b7a5908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ publish = false
cargo-fuzz = true

[dependencies]
libc="0.2.22"
libfuzzer-sys="0.4.0"

[dependencies.miniz_oxide_c_api]
path = ".."
[dependencies.miniz_oxide]
path = "../miniz_oxide"
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"

# Prevent this from interfering with workspaces
[workspace]
Expand Down
Binary file added fuzz/seeds/inflate_nonwrapping/empty_comp
Binary file not shown.
2 changes: 2 additions & 0 deletions fuzz/seeds/inflate_nonwrapping/issue_130_table_size.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
x���$I�$I����GDDfffVUUUUwwwww��������������������������������������������������������������������������������������twwwwWWUUUUffFFD����
�LfWwuwwO�����L����G=��>�c?��� ^

0 comments on commit b7a5908

Please sign in to comment.