Foward: Re: [BIND-BUGS #492] Foward: bind 8.2.2-P3 and zone transfer error.

Takahiro Kambe taca at sky.yamashina.kyoto.jp
Wed Nov 10 00:47:18 UTC 1999


Hi.

I got the reply for my bug report.  The attached mail contains the real fix.

Cheers.

--
Takahiro Kambe <taca at sky.yamashina.kyoto.jp>


-- Attached file included as plaintext by Listar --

Return-Path: <Chris_Yarnell at iengines.com>
Received: from ib.rc.vix.com
	by ns.sky.yamashina.kyoto.jp (8.9.3+3.2W/3.7W-1.30) with ESMTP
	id HAA24482
	for <taca at sky.yamashina.kyoto.jp>; Wed, 10 Nov 1999 07:20:07 +0900 (JST)
	(envelope-from Chris_Yarnell at iengines.com)
Received: from bb.rc.vix.com (bb.rc.vix.com [204.152.187.11]) 
	by ib.rc.vix.com (8.9.1/8.9.1) via ESMTP id OAA01766
	for <taca at sky.yamashina.kyoto.jp>; Tue, 9 Nov 1999 14:20:06 -0800 (PST)
	env-from (Chris_Yarnell at iengines.com)
Received: from localhost (cyarnell at localhost) 
	by bb.rc.vix.com (8.9.1/8.9.1) via ESMTP id OAA00231; Tue, 9 Nov 1999 14:20:05 -0800 (PST)
	env-from (Chris_Yarnell at iengines.com)
Date: Tue, 9 Nov 1999 14:20:05 -0800 (PST)
From: Chris Yarnell <Chris_Yarnell at iengines.com>
To: Takahiro Kambe <taca at sky.yamashina.kyoto.jp>
cc: bind-bugs at isc.org
Subject: Re: [BIND-BUGS #492] Foward: bind 8.2.2-P3 and zone transfer error.
In-Reply-To: <199911091005.TAA03711 at edge.sky.yamashina.kyoto.jp>
Message-ID: <Pine.BSI.4.10.9911091419280.20702-100000 at bb.rc.vix.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hello,

Thank you for the bug notification.  The following change should correct
the problem.

Index: src/bin/named-xfer/named-xfer.c
===================================================================
RCS file: /proj/cvs/isc/bind/src/bin/named-xfer/named-xfer.c,v
retrieving revision 8.88
retrieving revision 8.89
diff -c -r8.88 -r8.89
*** named-xfer.c	1999/11/08 23:01:39	8.88
--- named-xfer.c	1999/11/09 20:36:54	8.89
***************
*** 2195,2201 ****
  					zp->z_origin, zp_finish.z_serial);
  			}
  			soa_cnt++;
! 			if ((methode == ISIXFR) || (soa_cnt > 2)) {
  				return (result);
  			}
  		} else {
--- 2195,2201 ----
  					zp->z_origin, zp_finish.z_serial);
  			}
  			soa_cnt++;
! 			if ((methode == ISIXFR) || (soa_cnt >= 2)) {
  				return (result);
  			}
  		} else {


> Once I posted this mail to bind-users, but I want to send officialy as a 
> bug report.  And additionaly the patch attached bellow fix the problem
> for me, but I don't check with incremental zone transfer case.





More information about the bind-users mailing list