Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
f6223863
Commit
f6223863
authored
Jan 09, 2013
by
Mark Andrews
Browse files
use known length for known algorithns in fromtext_dlv cf fromtext_ds
parent
1a592aae
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/dns/rdata/generic/dlv_32769.c
View file @
f6223863
...
...
@@ -90,7 +90,7 @@ fromtext_dlv(ARGS_FROMTEXT) {
length
=
-
1
;
break
;
}
return
(
isc_hex_tobuffer
(
lexer
,
target
,
-
1
));
return
(
isc_hex_tobuffer
(
lexer
,
target
,
length
));
}
static
inline
isc_result_t
...
...
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