Skip to content

Commit 158639c

Browse files
committed
Auto merge of #1590 - RalfJung:trophy, r=RalfJung
another TiKV bug for the trophy case :) Cc `@brson` thanks for the ping!
2 parents 496c83e + 0835ac6 commit 158639c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ Definite bugs found:
385385
* [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
386386
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
387387
* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
388+
* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
388389

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

0 commit comments

Comments
 (0)