Skip to content

Commit 92b2972

Browse files
committed
Auto merge of #1356 - brson:trophy, r=RalfJung
Add ryu and tikv to trophy case
2 parents 26baf87 + f84aa4a commit 92b2972

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
@@ -274,6 +274,7 @@ Definite bugs found:
274274
* [`Vec`](https://github.com/rust-lang/rust/issues/69770) and [`BTreeMap`](https://github.com/rust-lang/rust/issues/69769) leaking memory under some (panicky) conditions
275275
* [Memory leak in `beef`](https://github.com/maciejhirsz/beef/issues/12)
276276
* [Invalid use of undefined memory in `EbrCell`](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
277+
* [Unaligned pointer access in TiKV](https://github.com/tikv/tikv/issues/7613)
277278

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

@@ -284,6 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
284285
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
285286
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
286287
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
288+
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
287289

288290
## License
289291

0 commit comments

Comments
 (0)