At Mon, 20 Jul 2009 12:41:24 -0700,
JINMEI Tatuya <jin...@isc.org> wrote:

> We've found a bug that can cause this problem.  We're working on a
> complete fix to the problem, but a workaround patch copied below may
> work for you in the mean time.

Sorry that patch was incorrect.  Copying the correct one.

---
JINMEI, Tatuya

Index: zone.c
===================================================================
RCS file: /proj/cvs/prod/bind9/lib/dns/zone.c,v
retrieving revision 1.483.36.7
diff -u -r1.483.36.7 zone.c
--- zone.c      17 Jun 2009 04:53:57 -0000      1.483.36.7
+++ zone.c      20 Jul 2009 19:42:09 -0000
@@ -11032,6 +11032,8 @@
        isc_uint32_t last = seconds;
        unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0;
 
+       return;
+
        REQUIRE(DNS_ZONEMGR_VALID(zmgr));
 
        RWLOCK(&zmgr->rwlock, isc_rwlocktype_write);
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to