]> git.ipfire.org Git - thirdparty/chrony.git/commit
util: avoid compiler warning in UTI_IPSockAddrToString()
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Aug 2025 13:26:17 +0000 (15:26 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Aug 2025 13:30:27 +0000 (15:30 +0200)
commitd3f3638b3ddfcaf6567c673ac9698e321b7599cd
treeab6f25b50a0ae0f6bcc11420a8f43051d87f7f58
parent6c5973741b7ea8aa6a48773ffeecb1abeb5ab4b3
util: avoid compiler warning in UTI_IPSockAddrToString()

Don't print directly a buffer of the pool to another buffer of
the pool to avoid a -Wrestrict warning produced by a recent gcc version.
util.c