BIND 8.2.2 T6B is available for bind-workers testing
Paul A Vixie
vixie at mibh.net
Tue Oct 12 07:30:22 UTC 1999
> This host certainly doesn't have any update enabled.
Well, fortunately for all of us, someone is sending you empty updates :-).
Index: CHANGES
===================================================================
RCS file: /proj/cvs/isc/bind/src/CHANGES,v
retrieving revision 8.463
diff -u -r8.463 CHANGES
--- CHANGES 1999/10/11 23:08:22 8.463
+++ CHANGES 1999/10/12 07:29:18
@@ -1,3 +1,5 @@
+ 850. [bug] empty updates triggered an overambitious INSIST().
+
--- 8.2.2-T6B released ---
849. [support] print rcode on failed UPDATE messages.
Index: bin/named/ns_update.c
===================================================================
RCS file: /proj/cvs/isc/bind/src/bin/named/ns_update.c,v
retrieving revision 8.62
diff -u -r8.62 ns_update.c
--- bin/named/ns_update.c 1999/10/11 23:08:24 8.62
+++ bin/named/ns_update.c 1999/10/12 07:28:48
@@ -1361,8 +1361,6 @@
struct databuf *dp, *tmpdp;
char *dname, *msg;
- REQUIRE(!EMPTY(*updlist));
-
if (rcode == NOERROR) {
first_rrecp = HEAD(*updlist);
msg = "free_rrecp: update transaction succeeded, cleaning up";
More information about the bind-workers
mailing list