CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/03 13:59:39
Modified files:
sbin/dhclient : clparse.c dhcpd.h parse.c
Log message:
Change parse_string() to take an optional integer pointer that can
be used to return the final size of the parsed (i.e. un-vis'ed)
string. Use same, plus memcpy() to ensure entire final string is
copied to intended destination even if there are embedded NULs.
