K 10 svn:author V 6 obrien K 8 svn:date V 27 2013-07-02T17:17:42.411746Z K 7 svn:log V 248 Properly handle input lines containing NUL characters such that pgets() accurately fills the read buffer. Callers of pgets() still mis-process the buffer contents if the read line contains NUL characters, but this at least makes pgets() accurate. END