euTcp4u bug
- Posted by Chris Bensler <bensler at mail.com> Apr 13, 2002
- 455 views
tcp4u_receive() doesn't handle null characters. The string returned is always peeked as a 0-terminated string. I can't receive a full data stream that contains nulls. The actual routine itself is written correctly, but the peek_sequence() routine is flawed. It catches nulls before len is reached. Chris