From e8d956c4fa320675f245788701193dabd730f5a9 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 4 Aug 2019 15:09:13 +0200 Subject: [PATCH] add getrandom bug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91fc72cb427..8c5a29880c7 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Definite bugs found: * [`str` turning a shared reference into a mutable one](https://github.com/rust-lang/rust/pull/58200) * [`rand` performing unaligned reads](https://github.com/rust-random/rand/issues/779) * [The Unix allocator calling `posix_memalign` in an invalid way](https://github.com/rust-lang/rust/issues/62251) +* [`getrandom` calling the `getrandom` syscall in an invalid way](https://github.com/rust-random/getrandom/pull/73) Violations of Stacked Borrows found that are likely bugs (but Stacked Borrows is currently just an experiment): -- 2.44.0