]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update notes.xml and CHANGES for #39567
authorMukund Sivaraman <muks@isc.org>
Thu, 21 May 2015 15:16:55 +0000 (20:46 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 21 May 2015 16:15:47 +0000 (21:45 +0530)
CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index b6814ffa72aac7d53182981045a5abbeb1051f97..27529832f1a9886beea79cd59bc713145209bdb9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,10 +3,15 @@
                        unexpected action could be taken. This has been
                        corrected. [RT #39481]
 
-4121.  [bug]           When updating a response-policy zone via AXFR,
-                       summary data about other policy zones could fall
-                       out of sync. Ultimately this could trigger an
-                       assertion failure in rpz.c. [RT #39567]
+4121.  [bug]           On servers with one or more policy zones
+                       configured as slaves, if a policy zone updated
+                       during regular operation (rather than at
+                       startup) using a full zone reload, such as via
+                       AXFR, a bug could allow the RPZ summary data to
+                       fall out of sync, potentially leading to an
+                       assertion failure in rpz.c when further
+                       incremental updates were made to the zone, such
+                       as via IXFR. [RT #39567]
 
 4120.  [bug]           A bug in RPZ could cause the server to crash if
                        policy zones were updated while recursion was
index f40f175e611a966536060eb0dcb7e9a3ab5227ec..e98fdbb1591cbe6616c32afe562417178b1d9ddb 100644 (file)
        </listitem>
        <listitem>
          <para>
-           On servers with more than one policy zone configured,
-           if one policy zone was updated via AXFR (especially when
-           the zone was very large) a race condition could allow the
-           RPZ summary data to fall out of sync with the policy zones,
-           potentially leading to an assertion failure in rpz.c.
-           [RT #39567]
+           On servers with one or more policy zones configured as
+           slaves, if a policy zone updated during regular operation
+           (rather than at startup) using a full zone reload, such as
+           via AXFR, a bug could allow the RPZ summary data to fall out
+           of sync, potentially leading to an assertion failure in
+           rpz.c when further incremental updates were made to the
+           zone, such as via IXFR. [RT #39567]
          </para>
        </listitem>
        <listitem>