[Bug 267722] sha256sum returns failure with a valid checksum

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 16 Feb 2023 03:35:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267722

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9eb694146a19bd0ee7439f6cab030a8d5c273977

commit 9eb694146a19bd0ee7439f6cab030a8d5c273977
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-02-13 06:32:38 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-02-16 03:29:46 +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)

    (cherry picked from commit 8d78a0d331ec2c168efe6cb85bbc2da86e9a6124)

 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.