]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Silence "may be truncated" warnings
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Aug 2025 14:52:11 +0000 (16:52 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Aug 2025 14:52:11 +0000 (16:52 +0200)
Use memccpy() instead of strncpy() for safe string manipulation.

Closes #5395

Merge branch '5395-gen-c-silence-truncated-warnings' into 'main'

See merge request isc-projects/bind9!10647


Trivial merge