]> git.ipfire.org Git - thirdparty/gettext.git/commit
libxml: Fix a gcc 13 -Wformat-truncation warning.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Dec 2024 10:24:11 +0000 (11:24 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2024 10:07:08 +0000 (11:07 +0100)
commitd4a9a0a04cbd456c0a621c73b6ed676fabbf086a
tree18eb9134c3076bd169c6f60e2d6ef9c610238958
parentfa6a0a99604ac9215ef4c16430045bdfc6188fef
libxml: Fix a gcc 13 -Wformat-truncation warning.

* gnulib-local/lib/libxml/uri.c (xmlURIEscape): Use a buffer of size 12, not 10.
gnulib-local/lib/libxml/uri.c