mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-20 23:12:46 +00:00
dab2830e38
* src/names.c (handle_option): * src/tar.c (parse_default_options): Report an error if wordsplitting yields more than INT_MAX words, rather than misbehaving. argp_parse can’t handle more than INT_MAX, unfortunately.