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
This is seems to be inside goblin. (Which is weird, I thought that crate was well fuzzed?)
fnmain(){let data = b"\xfe\xed\xfa\xce\xce\xfa\xff\xfe\xcf*\x06;\xfe\xfa\xce\xff\xff\xff\xff0\xce:\xfa\xffj\xfe\xcf*\x06\x00;\xc6";
symbolic::debuginfo::macho::MachObject::parse(data);}
==511870==ERROR:AddressSanitizer: requested allocation size 0x137ffff0280(0x137ffff1280 after adjustments for alignment, red zones etc.) exceeds maximum supported size of 0x10000000000(thread T0)
#00x55935ca6c49d in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:129:3
#10x55935e09f7de in goblin::mach::MachO::parse::h2911619bbe3c6e71(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x269e7de)
#20x55935cd9e0cf in symbolic_debuginfo::macho::MachObject::parse::he7798c7c3eea637c(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x139d0cf)
#30x55935caa0f24 in rust_fuzzer_test_input(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x109ff24)
#40x55935e69d9a8 in __rust_try libfuzzer_sys.028fe43b-cgu.0
#50x55935e6996bdinLLVMFuzzerTestOneInput(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x2c986bd)
#60x55935e6b2901in fuzzer::Fuzzer::ExecuteCallback(unsigned char const*, unsigned long)(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x2cb1901)
#70x55935e6a683a in fuzzer::RunOneTest(fuzzer::Fuzzer*, char const*, unsigned long)(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x2ca583a)
#80x55935e6aa852 in fuzzer::FuzzerDriver(int*, char***,int(*)(unsigned char const*, unsigned long))(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0x2ca9852)
#90x55935c9efd42 in main(/home/jess/.cache/cargo/target/x86_64-unknown-linux-gnu/release/mach+0xfeed42)
#100x7fca96b13b24 in __libc_start_main(/usr/lib/libc.so.6+0x27b24)
The text was updated successfully, but these errors were encountered:
This is seems to be inside
goblin
. (Which is weird, I thought that crate was well fuzzed?)The text was updated successfully, but these errors were encountered: