]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_mem_strndup() function
authorWitold Kręcicki <wpk@isc.org>
Mon, 26 Oct 2020 13:17:05 +0000 (14:17 +0100)
committerArtem Boldariev <artem@boldariev.com>
Tue, 2 Feb 2021 17:53:34 +0000 (19:53 +0200)
commitba72d6f01568214fab18af290d5e5712896dc2da
tree66af1fe63291d4f33bd28c64d967c1f9598e37ef
parent37f81ca5fbcf575489dcfab705f8ff6ae91b13b2
Add isc_mem_strndup() function

This commit adds an implementation of strndup() function which
allocates memory from the supplied isc_mem_t memory context.
lib/isc/include/isc/mem.h
lib/isc/mem.c