[EXT_EP-9634] Telnet's EchoTcp() EchoUdp() should use a more complete test pattern Created: 10/Feb/20  Updated: 19/Feb/20  Resolved: 10/Feb/20

Status: Fixed
Project: Embedded Software & Tools
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Low
Reporter: TI User Assignee: TI User
Resolution: Fixed Votes: 0
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Product: Network Development Kit
Internal ID: NDK-478
Found In Release: NDK_3_70_00
Fix In Release: NDK_3_75_00

 Description   

Each has a block like this:

/* Fill buffer with a test pattern */
        for(i=0; i<test; i++)
            *(pBuf+i) = (char)i;

i gets casts to a char but test is configured to be at most 1024, so i will end up being truncated.


Generated at Sat Dec 13 11:32:16 CST 2025 using Jira 10.3.7#10030007-sha1:a563685562f94d165eb4e158cfb2a142338d8c54.