CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/21 09:47:02
Modified files:
sbin/dhclient : clparse.c dhcpd.h parse.c
Log message:
Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter
to parse_string() in favour of taking strlen() of resulting string in the few
cases that it is of interest.
