>I've debugged into post's copy of m_getfld. >It looks like when it returns from the BODY case, the s->bytes_read is 10 >larger than it should be. There are only 8 nulls added. >It looks like it gets there via the FLD case, via the goto body at line ~620. >(I have debug lines, it's probably a few earlier) > >s->bytes_read is 10 at that point. >This seems to be because Getc(s) increments s->bytes_read.
I believe you, but I am puzzled why you are the only one seeing this. Could you provide a test message so I can try to reproduce it? --Ken
