K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-10-13T07:24:22.000000Z K 7 svn:log V 243 Fix two buffer overflows caused by off-by-one errors: avoid writing a null character 1 byte past the end of cmdline[] when libedit is being used for input, and avoid writing a null pointer 1 element past the end of margv[]. Reviewed by: gad END