File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,8 @@ used according to their aliasing restrictions.
564564
565565# # Bugs found by Miri
566566
567- Miri has already found a number of bugs in the Rust standard library and beyond, which we collect here.
567+ Miri has already found a number of bugs in the Rust standard library and beyond, some of which we collect here.
568+ If Miri helped you find a subtle UB bug in your code, we'd appreciate a PR adding it to the list!
568569
569570Definite bugs found :
570571
@@ -599,6 +600,7 @@ Definite bugs found:
599600* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
600601* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
601602* [Occasional memory leak in `std::mpsc` channels](https://github.com/rust-lang/rust/issues/121582) (original code in [crossbeam](https://github.com/crossbeam-rs/crossbeam/pull/1084))
603+ * [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281)
602604
603605Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment) :
604606
You can’t perform that action at this time.
0 commit comments