From 2a908588fbeacebc5f13b153b73c96e12dacaadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Thu, 10 Oct 2002 13:53:25 +0000 Subject: [PATCH] 1387. [bug] named could crash due to an access to invalid memory space (which caused an assertion failure) in incremental cleaning. [RT #3588] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 57741ea801..1cf21ac990 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1387. [bug] named could crash due to an access to invalid memory + space (which caused an assertion failure) in + incremental cleaning. [RT #3588] + 1386. [bug] named-checkzone -z stopped on errors in a zone. [RT #3653]