bind9/lib/isc/include
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
..
isc Remove isc_mem_strndup() 2026-06-12 17:40:05 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00