]> git.lizzy.rs Git - rust.git/commitdiff
Add two more TiKV bugs to trophy case
authorBrian Anderson <andersrb@gmail.com>
Thu, 7 May 2020 02:42:12 +0000 (02:42 +0000)
committerBrian Anderson <andersrb@gmail.com>
Thu, 7 May 2020 02:42:12 +0000 (02:42 +0000)
README.md

index 5a520385fd17a49ae7c0d55c7142dfbd0e8bb5e6..bfabc12659ac3fe52d2aa1f585fb22f4919ce539 100644 (file)
--- a/README.md
+++ b/README.md
@@ -273,6 +273,7 @@ Definite bugs found:
 * [`EbrCell` using uninitialized memory incorrectly](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
 * [TiKV performing an unaligned pointer access](https://github.com/tikv/tikv/issues/7613)
 * [`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)
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):