Skip to content
GitLab
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
af034ef1
Commit
af034ef1
authored
Jan 22, 2018
by
Mark Andrews
Browse files
silence clang static analyser warning. [RT #46881]
parent
fdd8838b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/ns/query.c
View file @
af034ef1
...
...
@@ -8147,6 +8147,8 @@ query_addnxrrsetnsec(query_ctx_t *qctx) {
isc_buffer_t
*
dbuf
,
b
;
dns_name_t
*
fname
;
INSIST
(
qctx
->
fname
!=
NULL
);
if
((
qctx
->
fname
->
attributes
&
DNS_NAMEATTR_WILDCARD
)
==
0
)
{
query_addrrset
(
client
,
&
qctx
->
fname
,
&
qctx
->
rdataset
,
&
qctx
->
sigrdataset
,
...
...
Mark Andrews
@marka
mentioned in commit
9bc567aa
·
Jan 26, 2018
mentioned in commit
9bc567aa
mentioned in commit 9bc567aad75ddd56e96d6321e83fc8890813a5e3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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