
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Medium
|
| Environment: |
All
|
|
Pretty much what it says on the tin. Discovered this bug by attempting to log in an AV with ~370 friends. The result was an unhandled exception in Network.SendPacket. Traced it down to the friends manager calling AvatarManager.RequestAvatarNames for all 370 UUIDs. RequestAvatarNames should probably split large requests up into blocks as per the attached diff. This seems to work for me.
|
|
Description
|
Pretty much what it says on the tin. Discovered this bug by attempting to log in an AV with ~370 friends. The result was an unhandled exception in Network.SendPacket. Traced it down to the friends manager calling AvatarManager.RequestAvatarNames for all 370 UUIDs. RequestAvatarNames should probably split large requests up into blocks as per the attached diff. This seems to work for me. |
Show » |
|