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
* Make `clone` unsafe
There are many features of `clone` that may cause memory unsafety when
called. This documents one of them and references `fork()`, which is
already unsafe to call.
* Adjust the clone entry in the CHANGELOG
---------
Co-authored-by: Alan Somers <asomers@gmail.com>
0 commit comments