HistoryEditJSON (OSV)

RUSTSEC-2023-0059

Unaligned read of *const *const c_char pointer

Reported
Issued
Package
users (crates.io)
Type
INFO Unsound
Keywords
#unaligned-read
Aliases
References
Patched
no patched versions

Description

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

Advisory available under CC0-1.0 license.