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
The Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound
and may allow safe code to exhibit undefined behavior when used with Ref<B, T> where B
is cell::Ref or cell::RefMut. Note that these
methods remain sound when used with B types other than cell::Ref or cell::RefMut.
zerocopy
0.7.14
>=0.2.9, <0.3.0,>=0.3.2, <0.4.0,>=0.4.1, <0.5.0,>=0.5.2, <0.6.0,>=0.6.6, <0.7.0,>=0.7.31
<0.2.2
The
Ref
methodsinto_ref
,into_mut
,into_slice
, andinto_slice_mut
are unsoundand may allow safe code to exhibit undefined behavior when used with
Ref<B, T>
whereB
is
cell::Ref
orcell::RefMut
. Note that thesemethods remain sound when used with
B
types other thancell::Ref
orcell::RefMut
.See google/zerocopy#716 for a more in-depth analysis.
The current plan is to yank the affected versions soon. See
google/zerocopy#679 for more detail.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: