You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -269,10 +269,10 @@ Definite bugs found:
269
269
*[The Unix allocator calling `posix_memalign` in an invalid way](https://github.com/rust-lang/rust/issues/62251)
270
270
*[`getrandom` calling the `getrandom` syscall in an invalid way](https://github.com/rust-random/getrandom/pull/73)
271
271
*[`Vec`](https://github.com/rust-lang/rust/issues/69770) and [`BTreeMap`](https://github.com/rust-lang/rust/issues/69769) leaking memory under some (panicky) conditions
272
-
*[Memory leak in `beef`](https://github.com/maciejhirsz/beef/issues/12)
273
-
*[Invalid use of undefined memory in `EbrCell`](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
274
-
*[Unaligned pointer access in TiKV](https://github.com/tikv/tikv/issues/7613)
275
-
*[Dangling shared reference in `servo_arc`](https://github.com/servo/servo/issues/26357)
*[`EbrCell` using uninitialized memory incorrectly](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
274
+
*[TiKV performing an unaligned pointer access](https://github.com/tikv/tikv/issues/7613)
275
+
*[`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
276
276
277
277
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
278
278
@@ -281,7 +281,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
0 commit comments