Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
6bf364ae
Commit
6bf364ae
authored
Oct 13, 2019
by
Ondřej Surý
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
named: Add INSIST() after bindkeysfile configuration load to silence scan-build FP
parent
7aa7f859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bin/named/server.c
bin/named/server.c
+1
-0
No files found.
bin/named/server.c
View file @
6bf364ae
...
...
@@ -8098,6 +8098,7 @@ load_configuration(const char *filename, named_server_t *server,
INSIST(result == ISC_R_SUCCESS);
CHECKM(setstring(server, &server->bindkeysfile,
cfg_obj_asstring(obj)), "strdup");
INSIST(server->bindkeysfile != NULL);
if (access(server->bindkeysfile, R_OK) == 0) {
isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
...
...
Ondřej Surý
@ondrej
mentioned in commit
aaded0ef
·
Nov 05, 2019
mentioned in commit
aaded0ef
mentioned in commit aaded0efe012a896fc6d375670b178d23eb51d2b
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
19686397
·
Nov 05, 2019
mentioned in commit
19686397
mentioned in commit 1968639776e05686a0cced5f2fce746f2f15c330
Toggle commit list
Write
Preview
Markdown
is supported
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