Menu

#1 Utility.Marshal.ByteArrayToUshort bug

open
nobody
None
5
2008-05-25
2008-05-25
Andrew
No

This operation in function csammisrun.OscarLib.Utility.Marshal.ByteArrayToUshort
retval = (ushort)((buffer[index] << 8) | buffer[index + 1]);
Thows exception IndexOutOfRangeException.
It occurs when trying to call RequestUserInfo function in connected Session object. It occurs if try to get user info for some UIN's, not for all.

Discussion


Log in to post a comment.

Monday.com Logo