From c0cc899496cccf8ea3bec24a94ed384287ec3e1a Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 15 Sep 2017 23:46:07 +0000 Subject: [PATCH] update copyright notice / whitespace --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a090502815..257f521909 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ 4723. [bug] Statistics counter DNSTAPdropped was misidentified as DNSSECdropped. [RT #46002] - + 4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of strlcpy() and strlcat() for safety. [RT #45981]