mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
[RT #17262]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: check.c,v 1.84 2007/11/26 01:51:32 marka Exp $ */
|
||||
/* $Id: check.c,v 1.85 2007/12/02 21:58:23 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -632,6 +632,7 @@ check_options(const cfg_obj_t *options, isc_log_t *logctx, isc_mem_t *mctx) {
|
||||
cfg_obj_log(obj, logctx, ISC_LOG_ERROR,
|
||||
"bad domain name '%s'", dlv);
|
||||
result = tresult;
|
||||
continue;
|
||||
}
|
||||
if (symtab != NULL) {
|
||||
tresult = nameexist(obj, dlv, 1, symtab,
|
||||
|
Reference in New Issue
Block a user