Skip to content

Commit 0835ac6

Browse files
committed
another TiKV bug for the trophy case :)
1 parent cc21740 commit 0835ac6

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
@@ -372,6 +372,7 @@ Definite bugs found:
372372
* [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
373373
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
374374
* [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53)
375+
* [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24)
375376

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

0 commit comments

Comments
 (0)