CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2017/04/03 12:23:36

Modified files:
        sbin/dhclient  : conflex.c parse.c 

Log message:
Simplify read_string() to just read the characters between the '"'s.
Push the un-vising up to parse_string(). This allows both the actual
string and the un-vised version to be available as desired. Use
memcpy() instead of strdup() to copy un-vised string since it may
legitimately contain NUL.

Reply via email to