K 10 svn:author V 5 brian K 8 svn:date V 27 2009-06-15T07:24:16.836866Z K 7 svn:log V 353 MFC: r193765: Fix an off by one error when we limit append/prepend text sizes based on our internal buffer sizes. When we 'append', assume we're appending to text. Some MS dhcp servers will give us a string with the length including the trailing NUL. when we 'append domain-name', we get something like "search x.y\000 z" in resolv.conf :( END