mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
[RT #17262]
This commit is contained in:
parent
f1e733e612
commit
ddaeaddf2b
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
|
||||||
|
[RT #17262]
|
||||||
|
|
||||||
2271. [bug] Fix a memory leak in http server code [RT #17100]
|
2271. [bug] Fix a memory leak in http server code [RT #17100]
|
||||||
|
|
||||||
2270. [bug] dns_db_closeversion() version->writer could be reset
|
2270. [bug] dns_db_closeversion() version->writer could be reset
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */
|
/*! \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,
|
cfg_obj_log(obj, logctx, ISC_LOG_ERROR,
|
||||||
"bad domain name '%s'", dlv);
|
"bad domain name '%s'", dlv);
|
||||||
result = tresult;
|
result = tresult;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
if (symtab != NULL) {
|
if (symtab != NULL) {
|
||||||
tresult = nameexist(obj, dlv, 1, symtab,
|
tresult = nameexist(obj, dlv, 1, symtab,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user