From 60570a39c7b0e3a8ed55e934eb7a18792f436bbe Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 26 Jun 2022 18:59:48 -0400 Subject: [PATCH] trophy case: add the data race in thread::scope --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 117794b77ee6..50586c9eceaf 100644 --- a/README.md +++ b/README.md @@ -586,6 +586,7 @@ Definite bugs found: * [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779) * [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23) * [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456) +* [Data race in `thread::scope`](https://github.com/rust-lang/rust/issues/98498) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):