We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running md5deep in piecewise mode where the file specified is a block device (/dev/sda etc.), the last line of output is bogus. For example:
... 16f38c6af71859a3a540b00e131b19a0 offset 249443647488-249477201919 65f0a3d974de9dc4862792cc3a4cb5b8 offset 249477201920-249510756351 d41d8cd98f00b204e9800998ecf8427e offset 249510756352-249510756351
The highest byte offset in this case was 249510756351. The hash on the last line is of zero bytes (i.e. no data / nothing).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running md5deep in piecewise mode where the file specified is a block device (/dev/sda etc.), the last line of output is bogus. For example:
...
16f38c6af71859a3a540b00e131b19a0 offset 249443647488-249477201919
65f0a3d974de9dc4862792cc3a4cb5b8 offset 249477201920-249510756351
d41d8cd98f00b204e9800998ecf8427e offset 249510756352-249510756351
The highest byte offset in this case was 249510756351. The hash on the last line is of zero bytes (i.e. no data / nothing).
The text was updated successfully, but these errors were encountered: