From: Ondřej Surý Date: Fri, 12 Jun 2026 15:40:20 +0000 (+0200) Subject: fix: nil: Remove isc_mem_strndup() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f3c040d19366d85c347945cfb324b7f14e76405;p=thirdparty%2Fbind9.git fix: nil: Remove isc_mem_strndup() 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 --- 2f3c040d19366d85c347945cfb324b7f14e76405