You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use std::io::{self,Read,Cursor};use std::{intrinsics};use std::panic;externcrate jpeg_decoder;use jpeg_decoder::Decoder;fnmain(){letmut decoder = Decoder::new(b"\xff\xd8\xff\xc2\x00\x11\x08\x30\x30\x30\x30\x03\x01\x11\x00\x30\x11\x01\x03\x11\x01"as&[u8]);let a = decoder.read_info();}
cargo run --release < out2
Running `target/release/image-fuzz`
fatal runtime error: out of memory
error: An unknown error occurred
To learn more, run the command again with --verbose.
Found using afl.rs
The text was updated successfully, but these errors were encountered:
Found using afl.rs
The text was updated successfully, but these errors were encountered: