Skip to content

Commit

Permalink
Auto merge of #3503 - RalfJung:win-tls, r=RalfJung
Browse files Browse the repository at this point in the history
add Windows TLS bug to trophy case
  • Loading branch information
bors committed Apr 23, 2024
2 parents 98f3480 + ba15cf3 commit 457ea4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@ used according to their aliasing restrictions.

## Bugs found by Miri

Miri has already found a number of bugs in the Rust standard library and beyond, which we collect here.
Miri has already found a number of bugs in the Rust standard library and beyond, some of which we collect here.
If Miri helped you find a subtle UB bug in your code, we'd appreciate a PR adding it to the list!

Definite bugs found:

Expand Down Expand Up @@ -599,6 +600,7 @@ Definite bugs found:
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
* [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))
* [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281)

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

Expand Down

0 comments on commit 457ea4a

Please sign in to comment.