CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2017/04/08 12:54:52

Modified files:
        sbin/dhclient  : dhcpd.h options.c 

Log message:
Replace another snprintf() dance with easier to read code using
strlcat(). Shorter, clearer, fewer signed vs unsigned questions.

Use an 8K static buffer for pretty_print_classless() and use it
rather scribbling intermediate values into the final destination.

No intentional functional change.

Reply via email to