Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ddaeaddf
Commit
ddaeaddf
authored
Dec 02, 2007
by
Mark Andrews
Browse files
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
[RT #17262]
parent
f1e733e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ddaeaddf
2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
[RT #17262]
2271. [bug] Fix a memory leak in http server code [RT #17100]
2270. [bug] dns_db_closeversion() version->writer could be reset
...
...
lib/bind9/check.c
View file @
ddaeaddf
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.8
4
2007/1
1/26 01:51:32
marka Exp $ */
/* $Id: check.c,v 1.8
5
2007/1
2/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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment