RUSTSEC-2023-0059
Unaligned read of `*const *const c_char` pointer
Details
Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior.
In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibility of working correctly in some architectures.
The crate is not currently maintained, so a patched version is not available.
## Recommended alternatives - [`uzers`](https://crates.io/crates/uzers) (an actively maintained fork of the `users` crate) - [`sysinfo`](https://crates.io/crates/sysinfo)
Are you affected?
Enter the version of the package you're using.
Affected packages
0.0.0-0 No fixed version published yet for users. Pin to a known-safe version or switch to an alternative.
References
- https://crates.io/crates/users [PACKAGE]
- https://rustsec.org/advisories/RUSTSEC-2023-0059.html [ADVISORY]
- https://github.com/ogham/rust-users/issues/55 [REPORT]