]> git.ipfire.org Git - thirdparty/coreutils.git/commit
od: fix another off-by-one issue with --strings
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jun 2025 15:07:54 +0000 (08:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Jun 2025 04:00:41 +0000 (21:00 -0700)
commit69b07cc58de0a86f7b06d6709049077c6bd486ea
tree8032a5b52da7a5a4cddc07411a5c2de4695a4ccf
parent0d1c25d1cb6d0ce119775368a0fabc7644393f6e
od: fix another off-by-one issue with --strings

* src/od.c (main): Fix off-by-one error in string_min limit.
src/od.c