From 718b57f849929d8c835e06bbd1567b9d4799ba5e Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 24 Aug 2001 23:15:41 +0000 Subject: [PATCH] the REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false)) assertion failure was reported in RT #673, #872, #1048 and fixed in 9.1.1rc6 --- doc/private/bugfix-by-assertion | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/private/bugfix-by-assertion b/doc/private/bugfix-by-assertion index 35e45e5023..a795183d22 100644 --- a/doc/private/bugfix-by-assertion +++ b/doc/private/bugfix-by-assertion @@ -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