K 10 svn:author V 8 cperciva K 8 svn:date V 27 2004-10-21T17:02:38.000000Z K 7 svn:log V 352 Fix a buffer overflow. This is the same bug as is corrected in rev. 1.7, but the correction is different: Rather than making sure the string we're constructing doesn't grow too large, we realloc() to make sure the buffer is large enough. This violates the IEEE Std 1003.1-2004 standard, but retains backwards compatability. Approved by: re (scottl) END