fd739250ea
If no data was available to read then the loop would wait for an interrupt and skip to the next chunk without writing the current one. This could cause the given slice to only be partially filled with random data. Fixed by moving the wait to before actually writing data to the chunk. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |