]> git.ipfire.org Git - thirdparty/coreutils.git/commit
od: output standard diagnostics for invalid -w arguments
authorPádraig Brady <P@draigBrady.com>
Tue, 24 Jun 2025 14:47:48 +0000 (15:47 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 24 Jun 2025 15:37:01 +0000 (16:37 +0100)
commit2b7f3621f8b994db9436318fbe818a34ee87859a
tree4baf3c839fc2792775df549b3a75db8758d76115
parent44809c3379d64b9e580042124ccea6665d746d9a
od: output standard diagnostics for invalid -w arguments

* src/od.c (main): Don't pass LONGINT_OK to xstrtol_fatal(),
as otherwise it will abort().
* tests/od/od.pl: Add test cases.
* NEWS: Mention the bug fix.

Addresses https://bugs.gnu.org/78879
NEWS
src/od.c
tests/od/od.pl