Skip to content

Commit e8d956c

Browse files
committed
add getrandom bug
1 parent ed30152 commit e8d956c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ Definite bugs found:
342342
* [`str` turning a shared reference into a mutable one](https://github.com/rust-lang/rust/pull/58200)
343343
* [`rand` performing unaligned reads](https://github.com/rust-random/rand/issues/779)
344344
* [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)
345346

346347
Violations of Stacked Borrows found that are likely bugs (but Stacked Borrows is currently just an experiment):
347348

0 commit comments

Comments
 (0)