CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/12/21 11:23:10
Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Introduce pretty_print_string() and use for printing both text valued options and previously snprintf()'d filename and servername lease attributes. Should fix "string constant too long" errors when reading back a lease with filename or servername attributes with escaped characters. Reported by Rivo Nurges.