mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 08:30:13 +00:00
Complete the parser hardening across all expansions. Check remaining bytes before every conditional read in the WotLK base UpdateObjectParser::parseMovementBlock: LIVING entry (66-byte minimum), transport, pitch, fall time, jumping, spline elevation, speeds, POSITION, STATIONARY, and all tail flags (HAS_TARGET, TRANSPORT, VEHICLE, ROTATION, LOWGUID, HIGHGUID). Prevents silent garbage reads when Packet::readUInt8/readFloat return 0 past EOF. |
||
|---|---|---|
| .. | ||
| character.cpp | ||
| entity.cpp | ||
| expansion_profile.cpp | ||
| game_handler.cpp | ||
| inventory.cpp | ||
| opcode_table.cpp | ||
| opcodes.cpp | ||
| packet_parsers_classic.cpp | ||
| packet_parsers_tbc.cpp | ||
| player.cpp | ||
| transport_manager.cpp | ||
| update_field_table.cpp | ||
| warden_crypto.cpp | ||
| warden_emulator.cpp | ||
| warden_memory.cpp | ||
| warden_module.cpp | ||
| world.cpp | ||
| world_packets.cpp | ||
| zone_manager.cpp | ||