[Bug 267722] sha256sum returns failure with a valid checksum
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267722] sha256sum returns failure with a valid checksum"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 06:32:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267722 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8d78a0d331ec2c168efe6cb85bbc2da86e9a6124 commit 8d78a0d331ec2c168efe6cb85bbc2da86e9a6124 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2023-02-13 06:32:38 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2023-02-13 06:32:38 +0000 md5: fix *sum -c with missing files If we fail to open one of the files in the file listing, we still need to advance `rec` along with `argv` so that the checksum we're checking against lines up with the file we're hashing. Tests added both for the -c flag, as well as the -b and -t modes of the *sum programs. PR: 267722 Reviewed by: emaste (earlier version) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D37374 sbin/md5/md5.c | 2 + sbin/md5/tests/Makefile | 4 +- sbin/md5/tests/md5_test.sh (new) | 82 ++++++++++++++++++++++++++++++++++++ sbin/md5/tests/sum_a.in (new) | 1 + sbin/md5/tests/sum_b.in (new) | 1 + sbin/md5/tests/sum_c.in (new) | 1 + sbin/md5/tests/sum_sums.digest (new) | 3 ++ 7 files changed, 93 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.