bind9/lib
Ondřej Surý 3c93838096 Remove isc_mem_strndup()
The function had a single caller, the HTTP/2 request-path handling in
the network manager, and its semantics (strlen() of the source clamped
to the requested size) amounted to an obscured bounded string copy.
Replace the only use with a plain allocation and strlcpy(), and drop the
function.

(cherry picked from commit 5f068a307f)
2026-06-24 15:38:59 +02:00
..
dns Fail the fetch when a response fails the TSIG signature check 2026-06-24 14:48:35 +02:00
isc Remove isc_mem_strndup() 2026-06-24 15:38:59 +02:00
isccc Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
isccfg Fix spelling typos in comments and code 2026-06-01 15:04:31 +00:00
ns Use original query name when caching SERVFAIL 2026-06-18 14:06:14 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00