RUSTSEC-2024-0357: MemBio::get_buf
has undefined behavior with empty buffers
#166
Labels
Bot
Issue is from a bot
openssl
0.10.65
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.The text was updated successfully, but these errors were encountered: