Hi, uutils mainteners
the md5sum utility exits with success in invalid hashes
relunsec@relunsec:~/software/coreutils/target/debug$ echo -n I\'mNotAHash | ./md5sum -c --status
relunsec@relunsec:~/software/coreutils/target/debug$
instead of erroing out, while the gnu one errors out correctly
relunsec@relunsec:~/software/coreutils/target/debug$ echo -n I\'mNotAHash | gnumd5sum -c --status
gnumd5sum: 'standard input': no properly formatted checksum lines found
relunsec@relunsec:~/software/coreutils/target/debug$
Hi, uutils mainteners
the md5sum utility exits with success in invalid hashes
instead of erroing out, while the gnu one errors out correctly