CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/12/14 09:06:42
Modified files: sbin/dhclient : options.c Log message: Start cleanup/fixup of pretty printing of option data. Use snprintf() exclusively and thus simplify error checking/overflow detection. Bail out when unknown format character found. Don't ignore last character if it's unprintable. Print embedded NULs rather than ignoring them.