]> git.ipfire.org Git - thirdparty/tar.git/commit
Avoid snprintf
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2024 08:37:07 +0000 (01:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2024 08:41:43 +0000 (01:41 -0700)
commita80f364662cbe6bb213962d57419230673bdcb55
tree8415e4958462352a9b6c31692ca8fcd881680f24
parent5316938142699c5879bbb1ee6393c302bc45385d
Avoid snprintf

* gnulib.modules: Remove snprintf.
* lib/wordsplit.c (wordsplit_pathexpand):
Do not arbitrarily truncate diagnostic.
(wordsplit_c_quote_copy): Rewrite to avoid the need to
invoke snprintf on a temporary buffer.
gnulib.modules
lib/wordsplit.c