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
f125c325
Commit
f125c325
authored
Sep 06, 2019
by
Mark Andrews
Browse files
also insist that keycount == dscpcount
(cherry picked from commit
dbdd1985
)
parent
f5cda8b3
Pipeline
#20938
passed with stages
in 18 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/named/config.c
View file @
f125c325
...
...
@@ -864,6 +864,7 @@ ns_config_getipandkeylist(const cfg_obj_t *config, const cfg_obj_t *list,
isc_mem_put
(
mctx
,
stack
,
stackcount
*
sizeof
(
*
stack
));
INSIST
(
keycount
==
addrcount
);
INSIST
(
keycount
==
dscpcount
);
ipkl
->
addrs
=
addrs
;
ipkl
->
dscps
=
dscps
;
...
...
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