You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking a cksum-file, hexstrings that have the wrong length are reported as mismatching errors instead of simply broken formatting. (Arguably, they should be treated as errors for safety, but I guess it's better to stick with GNU behavior here.)
There are indeed several cases that are not tested correctly by the GNU testsuite, namely all the issues we found, even though we pass all the GNU tests
When checking a cksum-file, hexstrings that have the wrong length are reported as mismatching errors instead of simply broken formatting. (Arguably, they should be treated as errors for safety, but I guess it's better to stick with GNU behavior here.)
This isn't specific to blake2b:
Found while reviewing #6499, although it's not the cause of this bug. (The
expected_checksum.len() / 2
expression looks suspicious, though.)The text was updated successfully, but these errors were encountered: