Auto merge of #1768 - RalfJung:readme, r=RalfJung

add the bad doctests we found to the trophy case
This commit is contained in:
bors 2021-04-10 10:35:21 +00:00
commit ccbef9c69f

View File

@ -415,6 +415,7 @@ Definite bugs found:
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
* Incorrect doctests for [`AtomicPtr`](https://github.com/rust-lang/rust/pull/84052) and [`Box::from_raw_in`](https://github.com/rust-lang/rust/pull/84053)
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):