On Wed, 24 Oct 2001, Ollie Lho wrote: > Can you change the memcpy() in fill_inbuf to a loop access a single > byte at a time ?? I think memcpy tries to move dword at a time which may > cause some problem.
What I did do is in the very innner loop I both assigned it one byte at a time and printed out each byte. I found the incorrect data that way. ron