]> git.ipfire.org Git - thirdparty/gettext.git/commit
libxml: Fix buffer overrun.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Sep 2019 14:50:15 +0000 (16:50 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:21:09 +0000 (13:21 +0200)
commit334ecb292a776950283684efd3370e012db3ac5d
treedf2abe0f3a5ffc2eb90dd740869489990acf77a7
parent5230175aefcf264828cd0fdf36d37c0b1a476338
libxml: Fix buffer overrun.

Reported by GCC 8 -Wformat-truncation warning.

* gnulib-local/lib/libxml/parser.c (xmlParseReference): Increase size of buffer
'out' to 12 bytes.
gnulib-local/lib/libxml/parser.c