]> sourceware.org Git - glibc.git/commit
resolv: Avoid GCC 12 false positive warning [BZ #28439].
authorMartin Sebor <msebor@redhat.com>
Mon, 11 Oct 2021 15:36:57 +0000 (09:36 -0600)
committerMartin Sebor <msebor@redhat.com>
Mon, 11 Oct 2021 15:36:57 +0000 (09:36 -0600)
commiteb73b87897798de981dbbf019aa957045d768adb
tree4cc7e81a223836418f367f68b6edb9a781bab0b8
parent5d26d12f4ab59c67399c4d5ddcad91704fb737f9
resolv: Avoid GCC 12 false positive warning [BZ #28439].

Replace a call to sprintf with an equivalent pair of stpcpy/strcpy calls
to avoid a GCC 12 -Wformat-overflow false positive due to recent optimizer
improvements.
resolv/res_query.c
This page took 0.039558 seconds and 5 git commands to generate.