zengman

Results 1 comments of zengman

I solved this problem by downgrading rust to 1.65.0 Ubuntu 22.04, `rustup override set 1.65.0` add `#[allow(unaligned_references)]` before `fn ijon_max_buffer(&self)->&[64]` in nyx-net/fuzzer/libnyx/fuzz_runner/src/lib.rs file for example, #[allow(unaligned_references)] fn ijon_max_buffer(&self) -> &[u64]...