]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: cksum: document a base64/hex parsing ambiguity with untagged
authorPádraig Brady <P@draigBrady.com>
Tue, 7 Oct 2025 13:38:49 +0000 (14:38 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 7 Oct 2025 14:58:36 +0000 (15:58 +0100)
commitac91433916dea68a369b8c9a2abd3fc9328cf10c
treeb07f790f12bf04c211cf4d15baad97815d48f3f9
parent463925761048ec9ccb5742479ef7963f378b7f05
maint: cksum: document a base64/hex parsing ambiguity with untagged

* src/digest.c (split_3): Mention the ambiguity in misinterpreting
base64 characters as hex is not a practical consideration.
Also add an example of both tagged formats which makes it
easier to interpret the parsing logic.
src/digest.c