PRB: Winsock 2.0 Test Case 101 in the Windows CE Test Kit Does Not Succeed (816439)
The information in this article applies to:
- Microsoft Windows CE .NET Operating System 4.1
SYMPTOMSThe Winsock 2.0 test case 101 that is included with the Microsoft Windows CE .NET Test Kit (CETK) may stop responding, and you may receive the following error message: CAUSEThis problem occurs because the test case calls the recvfrom() function and passes an uninitialized buffer size parameter.RESOLUTIONTo resolve this problem, add the following code to the Transfer.cpp source file. Insert the code in the TransferTest() function, before the first use of the cbRemoteAddr variable: cbRemoteAddr = sizeof(ssRemoteAddr); For more information about rebuilding the test to incorporate the fixed source, see the "More Information" section. STATUS Microsoft has
confirmed that this is a bug in the Microsoft products that are listed at the
beginning of this article.
Modification Type: | Minor | Last Reviewed: | 8/4/2004 |
---|
Keywords: | kbdownload kbprb kbfile kbbug KB816439 kbAudDeveloper kbAudOEM |
---|
|