mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 00:43:52 +00:00
std::toupper(int) and std::tolower(int) have undefined behavior when passed a negative value. These sites passed raw signed char without casting to unsigned char first, unlike the rest of the codebase which already uses the correct pattern. Affects auth (account names), world packets, and mount sound path matching. |
||
|---|---|---|
| .. | ||
| activity_sound_manager.cpp | ||
| ambient_sound_manager.cpp | ||
| audio_engine.cpp | ||
| combat_sound_manager.cpp | ||
| footstep_manager.cpp | ||
| mount_sound_manager.cpp | ||
| movement_sound_manager.cpp | ||
| music_manager.cpp | ||
| npc_voice_manager.cpp | ||
| spell_sound_manager.cpp | ||
| ui_sound_manager.cpp | ||