K 10 svn:author V 6 robert K 8 svn:date V 27 2002-07-07T15:24:36.000000Z K 7 svn:log V 268 - Fix the code in sbuf_need() to double the allocation size until the new content size fits into the sbuf, instead of assuming that allocating twice the old size is enough. - Use memmove(3) rather than strcpy(3) to copy overlapping strings. PR: bin/39930 END