From 738e4cb0fe73cf7c0ce6bdae4f88a94432263cf6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 1 Oct 2019 22:56:53 +1000 Subject: [PATCH] placeholder --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index ad511d7978..8bfcf28430 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5296. [placeholder] + 5295. [cleanup] Split dns_name_copy() calls into dns_name_copy() and dns_name_copynf() for those calls that can potentially fail and those that should not fail respectively.