K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-03-10T10:23:37.000000Z K 7 svn:log V 412 Merge db_input.c:1.39 from HEAD to RELENG_6: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline and nul terminator. Otherwise, there are cases where garbage may end up in the command history due to a lack of a nul terminator, or input may end up without room for a newline. PR: 119079 Submitted by: Michael Plass END