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
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
bed25f9f
Commit
bed25f9f
authored
Jan 15, 2016
by
Grigorii Demidov
Browse files
lib/dnssec: nsec3.c, wrong prepend_asterisk() usage was fixed
parent
c8de40c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dnssec/nsec3.c
View file @
bed25f9f
...
...
@@ -639,7 +639,7 @@ static int matches_closest_encloser_wildcard(const knot_pkt_t *pkt, knot_section
uint8_t
wildcard
[
KNOT_DNAME_MAXLEN
];
int
ret
=
prepend_asterisk
(
wildcard
,
sizeof
(
wildcard
),
encloser
);
if
(
ret
!=
0
)
{
if
(
ret
<
3
)
{
return
ret
;
}
...
...
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