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
Add portable-atomic-util bug to "bugs found" list
At least, reading https://notgull.net/cautionary-unsafe-tale/ it seems fair to say Miri found this bug. `@notgull` please let me know if you are okay with having this listed here.
jaisnan
added a commit
to jaisnan/rust-dev
that referenced
this issue
Jul 29, 2024
There seems to be an issue in CBMC contracts implementation that it
assumes that `free` must have a body. However, slicing can remove `free`
body if the harness does not allocate anything.
diffblue/cbmc#8317
We used to create an empty Box before to force `free` to be in scope.
Instead, just invoke `free(NULL)` which is a no-op.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Co-authored-by: Jaisurya Nanduri <[email protected]>
The run-pass test
crate-method-reexport-grrrrrrr.rs
doesn't work any more. I'm pretty sure the culprit is @pcwalton's recent changes to metadata.I xfail'd the test because the tree had been burning for a long time, but it should really be looked into.
The text was updated successfully, but these errors were encountered: