Share

OscarLib

Tracker: Bugs

5 Utility.Marshal.ByteArrayToUshort bug - ID: 1971792
Last Update: Tracker Item Submitted ( andll )

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.


Andrew ( andll ) - 2008-05-25 10:05

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.