From 1500a4fe5da9475d5918b27b566a1278ec6b54eb Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 Oct 2001 21:16:01 +0000 Subject: [PATCH] 1068. [bug] errno could be overwritten by catgets(). [RT #1921] (fixed as a side effect of change 1066.) --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 04c0289f37..993fe4cc00 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1068. [bug] errno could be overwritten by catgets(). [RT #1921] + 1067. [func] Allow quotas to be soft, isc_quota_soft(). 1066. [bug] Provide a thread safe wrapper for strerror().