]> git.lizzy.rs Git - rust.git/commitdiff
Add servo_arc to trophy case
authorBrian Anderson <andersrb@gmail.com>
Thu, 30 Apr 2020 00:03:43 +0000 (00:03 +0000)
committerBrian Anderson <andersrb@gmail.com>
Thu, 30 Apr 2020 00:03:43 +0000 (00:03 +0000)
README.md

index ecff779873abfa28fd8db620814692c2fc8dca9c..82a047e3ff1bf3ef7870a67ad5d308fd2d06f296 100644 (file)
--- a/README.md
+++ b/README.md
@@ -270,6 +270,7 @@ Definite bugs found:
 * [Memory leak in `beef`](https://github.com/maciejhirsz/beef/issues/12)
 * [Invalid use of undefined memory in `EbrCell`](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
 * [Unaligned pointer access in TiKV](https://github.com/tikv/tikv/issues/7613)
+* [Invalid use of integer as pointer in `servo_arc`](https://github.com/servo/servo/issues/26357)
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):