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
ISC Open Source Projects
dhcp
Commits
3ad9d48f
Commit
3ad9d48f
authored
Oct 04, 2007
by
Shane Kerr
Browse files
Bug in decoding certain options fixed.
See RT ticket #17188 for more.
parent
109e00db
Changes
2
Show whitespace changes
Inline
Side-by-side
RELNOTES
View file @
3ad9d48f
...
@@ -74,6 +74,9 @@ suggested fixes to <dhcp-users@isc.org>.
...
@@ -74,6 +74,9 @@ suggested fixes to <dhcp-users@isc.org>.
-
Compilation
with
DLPI
and
-
Werror
has
been
repaired
.
-
Compilation
with
DLPI
and
-
Werror
has
been
repaired
.
-
Error
in
decoding
IA_NA
option
if
multiple
interfaces
are
present
fixed
by
Marcus
Goller
.
Changes
since
4.0.0
a2
Changes
since
4.0.0
a2
-
Fix
for
startup
where
there
are
no
IPv4
addresses
on
an
interface
.
-
Fix
for
startup
where
there
are
no
IPv4
addresses
on
an
interface
.
...
...
common/options.c
View file @
3ad9d48f
...
@@ -244,7 +244,7 @@ int parse_option_buffer (options, buffer, length, universe)
...
@@ -244,7 +244,7 @@ int parse_option_buffer (options, buffer, length, universe)
nop
->
data
.
buffer
=
NULL
;
nop
->
data
.
buffer
=
NULL
;
buffer_reference
(
&
nop
->
data
.
buffer
,
bp
,
MDL
);
buffer_reference
(
&
nop
->
data
.
buffer
,
bp
,
MDL
);
nop
->
data
.
data
=
bp
->
data
;
nop
->
data
.
data
=
bp
->
data
+
offset
;
nop
->
data
.
len
=
len
;
nop
->
data
.
len
=
len
;
option_cache_reference
(
&
op
->
next
,
nop
,
MDL
);
option_cache_reference
(
&
op
->
next
,
nop
,
MDL
);
...
...
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