[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: Thu, 16 Feb 2023 04:54:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267722 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch releng/13.2 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5ad8ebc3a3a51b6726364788e42f49d36b4048d3 commit 5ad8ebc3a3a51b6726364788e42f49d36b4048d3 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2023-02-13 06:32:38 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2023-02-16 04:53:39 +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) Approved by: re (cperciva) (cherry picked from commit 8d78a0d331ec2c168efe6cb85bbc2da86e9a6124) (cherry picked from commit 9eb694146a19bd0ee7439f6cab030a8d5c273977) 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.