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.
564
564
565
565
# # Bugs found by Miri
566
566
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!
568
569
569
570
Definite bugs found :
570
571
@@ -599,6 +600,7 @@ Definite bugs found:
599
600
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
600
601
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
601
602
* [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)
602
604
603
605
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment) :
604
606
You can’t perform that action at this time.
0 commit comments