CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/05/14 07:57:13
Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Massage merge_option_data() to be more careful when dealing with 'D' (domain search) and 't' (text) options. Enables append/prepend for the domain-search option by inserting blanks between the domains and ensures the presence of a terminating NUL when merging text.