RUI_BID Improperly Handles Lua_Peek_Data Causing Data TruncationLast reviewed: April 17, 1997Article ID: Q151409 |
The information in this article applies to:
SYMPTOMSIf an LUA RUI application calls RUI_BID followed by RUI_READ, the read data may be missing the leading bytes returned in the RUI_BID lua_peek_data. For example:
Verb: Returns: RUI_BID the first 12 bytes of the data RUI_READ the 13th through xx bytes of the data. The first 12 bytes are missing in the response. CAUSEThe RUI_BID verb is attempting to handle the data instead of just "peeking" at it without making any modifications. Then when the RUI_READ verb is called, it checks to see if the first 12 bytes have been read. Since RUI_BID has modified the data, RUI_READ only reads in the 13th through xx bytes of data.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SNA Server 2.11 Service Pack 1. This problem was corrected in the latest Microsoft SNA Server 2.11 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K |
Additional query words: prodsna winrui sp1
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |