CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/12 07:10:13
Modified files:
sbin/dhclient : clparse.c dhcpd.h parse.c
Log message:
Make parse_string() toe the new line by returning
0 for failure, 1 for success, emitting a
single error message ("expecting string.") and
handling ';' better.
Don't leak memory when encountering pathological
config or lease files containing repeated instances
of an option or command with string data.
