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
bodil/sized-chunks#3 fixes a critical soundness issue in sized-chunks where some non-null pointers were zero-initialized. With rust-lang/rust#66059 we are moving towards better detecting such errors, and making code panic instead of silently causing UB. Unfortunately, cargo depends on im-rc 13.0.0 which still depends on the buggy sized-chunks 0.3.0. So, with that extra error detection we want to do, cargo breaks.
Is there any chance of doing a new release of im-rc that includes bodil/sized-chunks#3?
The text was updated successfully, but these errors were encountered:
I've been holding off on a release because the increased rustc version requirement suggests a breaking change, but given a compelling reason (such as this), I'd be happy to tag one.
bodil/sized-chunks#3 fixes a critical soundness issue in sized-chunks where some non-null pointers were zero-initialized. With rust-lang/rust#66059 we are moving towards better detecting such errors, and making code panic instead of silently causing UB. Unfortunately, cargo depends on im-rc 13.0.0 which still depends on the buggy sized-chunks 0.3.0. So, with that extra error detection we want to do, cargo breaks.
Is there any chance of doing a new release of im-rc that includes bodil/sized-chunks#3?
The text was updated successfully, but these errors were encountered: