Dustin C. Hatch 4c7192582d checksum: Fix EOF handling
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.
2024-01-12 09:42:31 -06:00
2024-01-12 09:42:31 -06:00
2024-01-11 08:23:48 -06:00
2024-01-11 08:23:48 -06:00
2024-01-11 22:27:59 -06:00
2024-01-11 22:27:59 -06:00
2024-01-11 08:23:48 -06:00
Description
No description provided
106 KiB
Languages
Rust 97%
Dockerfile 3%