]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
Fix some issues in the code for parsing and printing options.
authorShawn Routhier <sar@isc.org>
Wed, 6 Jun 2012 22:50:31 +0000 (22:50 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 6 Jun 2012 22:50:31 +0000 (22:50 +0000)
commit35de6c8c24b53adab2e69456373aecbecbe54a95
tree7633b53eb69ec0cbbbd084782a65d1f77f9fd7de
parent9f9265b63f0216176aada825a7152ef5ded64a1e
Fix some issues in the code for parsing and printing options.
[ISC-Bugs #22625] - properly print options that have several fields
followed by an array of something for example "fIa"
[ISC-Bugs #27289] - properly parse options in declarations that have
several fields followed by an array of something for example "fIa"
[ISC-Bugs #27296] - properly determine if we parsed a 16 or 32 bit
value in evaluate_numeric_expression (extract-int).
[ISC-Bugs #27314] - properly parse a zero length option from
a lease file.  Thanks to Marius Tomaschewski from SUSE for the report
and prototype patch for this ticket as well as ticket 27289.
RELNOTES
client/dhclient.c
common/options.c
common/parse.c
common/tables.c
common/tree.c