]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
the REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false))
authorAndreas Gustafsson <source@isc.org>
Fri, 24 Aug 2001 23:15:41 +0000 (23:15 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 24 Aug 2001 23:15:41 +0000 (23:15 +0000)
assertion failure was reported in RT #673, #872, #1048 and fixed in 9.1.1rc6

doc/private/bugfix-by-assertion

index 35e45e5023abea226f88bde283f89291eb2f3aca..a795183d22252b7f7ea6e1ab83834e41f2696462 100644 (file)
@@ -1,5 +1,6 @@
 9.1.1rc2: 
 resolver.c:1733: REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false)) ????
+                                               RESOLVED 673 872 1048 (fixed in 9.1.1rc6)
 
 9.1.3:
 mem.c:860: REQUIRE(ctx->references == 1)       OPEN 1523