4c7192582dccd6fa29e6c4191920d536a9155f54
Using `Read::read_exact` is not the correct way to read a file in chunks. When it returns `UnexpectedEof`, the buffer has data in it, but is zero-padded to the end. This causes the calculated checksum to be incorrect.
Description
No description provided
Languages
Rust
97%
Dockerfile
3%