quic / AFLTriage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uns

mk7816 opened this issue · comments

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 )