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
thread 'main' panicked at 'index 884062630 out of range for slice of length 23707', src/libcore/slice/mod.rs:2349:5
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
1: std::sys_common::backtrace::_print
at src/libstd/sys_common/backtrace.rs:71
2: std::panicking::default_hook::{{closure}}
at src/libstd/sys_common/backtrace.rs:59
at src/libstd/panicking.rs:211
3: std::panicking::default_hook
at src/libstd/panicking.rs:227
4: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:491
5: std::panicking::continue_panic_fmt
at src/libstd/panicking.rs:398
6: rust_begin_unwind
at src/libstd/panicking.rs:325
7: core::panicking::panic_fmt
at src/libcore/panicking.rs:95
8: core::slice::slice_index_len_fail
at src/libcore/slice/mod.rs:2349
9: <tiff::decoder::Decoder<R>>::expand_strip
10: <tiff::decoder::Decoder<R>>::read_image
11: std::panicking::try::do_call
12: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:102
13: afl::read_stdio_bytes
14: std::rt::lang_start::{{closure}}
15: std::panicking::try::do_call
at src/libstd/rt.rs:59
at src/libstd/panicking.rs:310
16: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:102
17: std::rt::lang_start_internal
at src/libstd/panicking.rs:289
at src/libstd/panic.rs:398
at src/libstd/rt.rs:58
18: main
19: __libc_start_main
20: _start
Aborted
Feed one of the attached sample files to the standard input of the following code to trigger a panic:
Samples triggering the panic: tiff-oor-panics.zip
Backtrace:
Found with AFL.rs. Tested on version 0.2.2
The text was updated successfully, but these errors were encountered: