]> git.ipfire.org Git - thirdparty/bind9.git/commit
Split dns_name_copy() into dns_name_copy() and dns_name_copynf()
authorOndřej Surý <ondrej@sury.org>
Tue, 10 Sep 2019 12:36:41 +0000 (14:36 +0200)
committerMark Andrews <marka@isc.org>
Fri, 4 Oct 2019 04:08:25 +0000 (14:08 +1000)
commita1ef76cd78a429b77f99834bfbe4680bc447989c
treee398524ef41ea895dba59efbd01d4e1314a299c8
parent660307283e688b71634a0a4f19e66eeb242da48c
Split dns_name_copy() into dns_name_copy() and dns_name_copynf()

The dns_name_copy() function followed two different semanitcs that was driven
whether the last argument was or wasn't NULL.  This commit splits the function
in two where now third argument to dns_name_copy() can't be NULL and
dns_name_copynf() doesn't have third argument.

(cherry picked from commit f7aef3738a9288d6b85bdc9ef4496ca1120acac7)
lib/dns/include/dns/name.h
lib/dns/name.c
lib/dns/win32/libdns.def.in