Skip to content

Commit 6a39eeb

Browse files
committed
Auto merge of #1982 - saethlin:trophies, r=oli-obk
Add crossbeam-epoch and integer-encoding to the trophy case What are the critera for adding SB entries to the trophy case?
2 parents c710067 + a20d1f1 commit 6a39eeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ Definite bugs found:
454454
* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
455455
* 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)
456456
* [Insufficient alignment in `ThinVec`](https://github.com/Gankra/thin-vec/pull/27)
457+
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
458+
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
457459

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

0 commit comments

Comments
 (0)