sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Fix an infinite loop and a range check in `getentropy`. #96

Closed sunfishcode closed 8 months ago

sunfishcode commented 8 months ago

getentropy can fill up 256 buffers, but not larger.