Kelsidavis-WoWee/include/network
Kelsi ed63b029cd fix: getRemainingSize() underflowed when readPos exceeded data size
Both operands are size_t (unsigned), so if readPos > data.size() the
subtraction wrapped to ~0 instead of returning 0. This could happen
via setReadPos() which has no bounds check. Downstream hasRemaining()
was already safe but getRemainingSize() callers (e.g. hasFullPackedGuid)
would see billions of bytes available.
2026-03-29 19:36:41 -07:00
..
net_platform.hpp fix: mail money uint64, other-player cape textures, zone toast dedup, TCP_NODELAY 2026-03-27 17:20:31 -07:00
packet.hpp fix: getRemainingSize() underflowed when readPos exceeded data size 2026-03-29 19:36:41 -07:00
socket.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
tcp_socket.hpp Add Windows cross-platform support alongside Linux 2026-02-03 22:25:41 -08:00
world_socket.hpp fix: stabilize classic/turtle world session handling 2026-03-15 06:13:36 -07:00