From 225a66da7ea2671a3e4db3cc4337f97ff67be647 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 19 Mar 2001 20:10:35 +0000 Subject: [PATCH] 780. [bug] Error handling code dealing with out of memory or other rare errors could lead to assertion failures when calling functions on unitialized names. [RT #1065] (fix is already in the mainline, waiting for pullup) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 9f688bc8de..b2d882c67f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + 780. [bug] Error handling code dealing with out of memory or + other rare errors could lead to assertion failures + when calling functions on unitialized names. [RT #1065] + 779. [func] Added the "minimal-responses" option. 778. [bug] When starting cache cleaning, cleaning_timer_action()