We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0096d08 commit abc2d00Copy full SHA for abc2d00
fuzz_read/src/main.rs
@@ -5,8 +5,8 @@ use afl::fuzz;
5
use std::io::{Read, Seek, SeekFrom};
6
#[cfg(fuzzing)]
7
use tikv_jemallocator::Jemalloc;
8
-use zip::read::read_zipfile_from_stream;
9
use zip::macros::cfg_if;
+use zip::read::read_zipfile_from_stream;
10
11
const MAX_BYTES_TO_READ: u64 = 1 << 24;
12
0 commit comments