You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
servo/rust-smallvec#162 fixes a soundness bug in SmallVec where mem::uninitialized was used incorrectly. This fix is included in 0.6.13, but previous versions are unsound. The latest version is 1.4, but given how widely used this crate is, it might still be worth having an advisory for the old broken versions.
The advisory should probably follow whatever policy ends up being in place for soundness bugs.
The text was updated successfully, but these errors were encountered:
servo/rust-smallvec#162 fixes a soundness bug in SmallVec where
mem::uninitialized
was used incorrectly. This fix is included in 0.6.13, but previous versions are unsound. The latest version is 1.4, but given how widely used this crate is, it might still be worth having an advisory for the old broken versions.The advisory should probably follow whatever policy ends up being in place for soundness bugs.
The text was updated successfully, but these errors were encountered: