RUSTSEC-2024-0357: MemBio::get_buf
has undefined behavior with empty buffers
#731
Labels
MemBio::get_buf
has undefined behavior with empty buffers
#731
openssl
0.10.63
>=0.10.66
Previously,
MemBio::get_buf
calledslice::from_raw_parts
with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: