bind9/lib
Ondřej Surý 5f068a307f 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.
2026-06-12 17:40:05 +02:00
..
dns Fix a bug in xfrin.c:xfrin_connect_done() 2026-06-12 14:59:47 +00:00
isc Remove isc_mem_strndup() 2026-06-12 17:40:05 +02:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
ns ISC_ATTR_UNUSED in favor of UNUSED() 2026-06-11 10:53:56 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00