Skip to content

Commit 579940c

Browse files
committed
Auto merge of #3503 - RalfJung:win-tls, r=RalfJung
add Windows TLS bug to trophy case
2 parents 3b5d663 + ed36dde commit 579940c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/miri/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

569570
Definite 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

603605
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
604606

0 commit comments

Comments
 (0)