We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d82b244 + e8d956c commit 8053288Copy full SHA for 8053288
README.md
@@ -342,6 +342,7 @@ Definite bugs found:
342
* [`str` turning a shared reference into a mutable one](https://github.com/rust-lang/rust/pull/58200)
343
* [`rand` performing unaligned reads](https://github.com/rust-random/rand/issues/779)
344
* [The Unix allocator calling `posix_memalign` in an invalid way](https://github.com/rust-lang/rust/issues/62251)
345
+* [`getrandom` calling the `getrandom` syscall in an invalid way](https://github.com/rust-random/getrandom/pull/73)
346
347
Violations of Stacked Borrows found that are likely bugs (but Stacked Borrows is currently just an experiment):
348
0 commit comments