PR: 276915
Reported by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 55888 Build 52777: arc lint + arc unit
Event Timeline
Comment Actions
Do other md5/md5sum have this feature?
Does it need a mention in the man page?
Assuming yes,no, I'm good. But I'm also good with you sorting out the impact of my questions if there is any
sbin/md5/md5.c | ||
---|---|---|
641 | Should we check that f != stdin here? If we do, md5 - - foo will print the digest of whatever is on stdin, then the digest of the empty string, then the digest of foo. If we don't, it will print the digest of whatever is on stdin and then error out on EBADF without looking at foo. |