Hi, > The specification is buggy > in that it does not take into account the operating system interface > and makes correct memory management inefficient > for the benefit of sparing one byte per buffer > where an OS call is not needed. > Ridiculous.
Tom Tromey pointed out another possible problem on IRC: What if the string itself contains the 0? Unlikely, but possible in the Java world. Cheers, Roman -- http://kennke.org/blog/
