quic / AFLTriage

Other
111 stars 12 forks source link

uns #2

Open mk7816 opened 11 months ago

mk7816 commented 11 months ago

Trying to install on MacOS 11.7.10, I got the following warning:

warning: use of deprecated associated function std::array::IntoIter::<T, N>::new: use IntoIterator::into_iter instead --> src/report/sanitizer.rs:23:108 23 ...Map::<, >::from_iter(IntoIter::new([ ^^^

= note: #[warn(deprecated)] on by default

warning: the type u32 does not permit being left uninitialized --> src/process.rs:49:35 49 ...gset_t = core::mem::MaybeUninit::uninit().assume_init(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
this code causes undefined behavior when executed
help: use MaybeUninit<T> instead, and only call assume_init after initialization is done

= note: integers must be initialized = note: #[warn(invalid_value)] on by default

warning: afltriage (bin "afltriage") generated 2 warnings Finished dev [unoptimized + debuginfo] target(s) in 7.83s

Also, there is no afltriage-rs/ directory ( this is was installation instructions pointed to )