2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

715. [bug] Resolving some A6 chains could cause an assertion

failure in adb.c. [RT #738]
This commit is contained in:
Andreas Gustafsson
2001-01-30 05:56:58 +00:00
parent 63ca494e7e
commit dfa0badebe
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: adb.c,v 1.167 2001/01/27 02:44:35 gson Exp $ */
/* $Id: adb.c,v 1.168 2001/01/30 05:56:58 gson Exp $ */
/*
* Implementation notes
@@ -3284,6 +3284,7 @@ dbfind_a6(dns_adbname_t *adbname, isc_stdtime_t now) {
dns_a6_init(&a6ctx, a6find, NULL, import_a6,
a6missing, adbname);
(void)dns_a6_foreach(&a6ctx, &rdataset, now);
adbname->flags &= ~NAME_NEEDS_POKE;
result = ISC_R_SUCCESS;
break;
case DNS_R_NXDOMAIN: