]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Remove isc_mem_strndup()
authorOndřej Surý <ondrej@isc.org>
Fri, 12 Jun 2026 15:40:20 +0000 (17:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 12 Jun 2026 15:40:20 +0000 (17:40 +0200)
The isc_mem_strndup() function had a single caller, the HTTP/2
request-path handling, which now uses isc_mem_allocate() and strlcpy()
directly.  Remove the function from the libisc API.

Closes #6087

Merge branch '6087-remove-isc_mem_strndup' into 'main'

See merge request isc-projects/bind9!12240


Trivial merge