mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 08:53:51 +00:00
- input: fix undefined behavior in SDL mouse button loop — SDL_BUTTON(0) computes (1 << -1) which is UB. Start loop at 1 since SDL button indices are 1-based (SDL_BUTTON_LEFT=1, RIGHT=3, MIDDLE=2) - big_num: guard BN_bn2hex/BN_bn2dec against nullptr return on OpenSSL allocation failure — previously constructed std::string from nullptr which is undefined behavior |
||
|---|---|---|
| .. | ||
| auth_handler.cpp | ||
| auth_opcodes.cpp | ||
| auth_packets.cpp | ||
| big_num.cpp | ||
| crypto.cpp | ||
| integrity.cpp | ||
| pin_auth.cpp | ||
| rc4.cpp | ||
| srp.cpp | ||
| vanilla_crypt.cpp | ||