]> git.lizzy.rs Git - rust.git/commitdiff
another TiKV bug for the trophy case :)
authorRalf Jung <post@ralfj.de>
Wed, 21 Oct 2020 10:50:45 +0000 (12:50 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 21 Oct 2020 10:50:45 +0000 (12:50 +0200)
README.md

index d8f0ef583f116aebd5833c5f392feb1bc03379af..8c908149998d1270425460c2259d02ce31344411 100644 (file)
--- a/README.md
+++ b/README.md
@@ -372,6 +372,7 @@ Definite bugs found:
 * [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
 * [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)
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):