From: Mark Andrews Date: Wed, 21 Nov 2018 21:19:56 +0000 (-0500) Subject: Merge branch 'ondrej/use-strlcpy-in-wks_11.c-v9_11' into 'v9_11' X-Git-Tag: v9.11.6rc1~111 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f2413e0e6aab7f3a2d7a59eb111dd4871e718b34;p=thirdparty%2Fbind9.git Merge branch 'ondrej/use-strlcpy-in-wks_11.c-v9_11' into 'v9_11' Use strlcpy in place where strncpy(s, ...) + s[sizeof(s)-1] = \0; was used See merge request isc-projects/bind9!1114 --- f2413e0e6aab7f3a2d7a59eb111dd4871e718b34