mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
Provide a list of assertion failures and the relevent patch(es) that fixed
them. RT is too difficult to search.
This commit is contained in:
parent
330b421487
commit
eaf7c63f0d
1 changed files with 11 additions and 0 deletions
11
doc/private/bugfix-by-assertion
Normal file
11
doc/private/bugfix-by-assertion
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
9.1.1rc2:
|
||||
resolver.c:1733: REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false)) ????
|
||||
|
||||
9.1.3:
|
||||
mem.c:860: REQUIRE(ctx->references == 1) OPEN 1523
|
||||
task.c:393: VALID_TASK(task)) OPEN 1538
|
||||
rbtdb.c:735: INSIST(node->references != 0) OPEN 1581 1618
|
||||
zt.c:140: REQUIRE(VALID_ZT(zt)) OPEN 1587
|
||||
|
||||
9.2.0rc1:
|
||||
rbtdb.c:740: INSIST(node->references != 0) OPEN 1581 1618
|
||||
Loading…
Reference in a new issue