CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/07 13:48:31
Modified files:
sbin/dhclient : options.c
Log message:
Revert r1.121 and rewrite merge_option_data() to achieve same effect
w/o using string functions on data that *MIGHT NOT* be NUL
terminated. Fiddle parse_domain_name_list() to avoid string functions
for the same reason.
Problem encountered by Jesper Wallin when running with
vm.malloc_conf=CFGJUR, although he later proved 'J' (more junking) was
the actual trouble maker.