mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-22 11:44:37 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -261,7 +261,7 @@ private:
|
||||
|
||||
const uint8 addressFamily = readPointer[13];
|
||||
const uint16 len = (readPointer[14] << 8) | readPointer[15];
|
||||
if (len+16 > packet.GetActiveSize())
|
||||
if (static_cast<size_t>(len+16) > packet.GetActiveSize())
|
||||
{
|
||||
AsyncReadProxyHeader();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user