DarkflameServer/dChatServer
David Markowitz 01086d05c8
fix: use after free and uninitialized memory (#1603)
* fix use after free and uninitialized memory

* add if check for packet lengths

* move purge down further

Its used in the if check too...
2024-05-30 23:53:03 -05:00
..
ChatIgnoreList.cpp chore: remove chat_internal and processes everything over chat connection (#1508) 2024-03-31 22:27:50 -05:00
ChatIgnoreList.h fix up enum names 2023-11-18 20:21:13 -08:00
ChatPacketHandler.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ChatPacketHandler.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ChatServer.cpp fix: use after free and uninitialized memory (#1603) 2024-05-30 23:53:03 -05:00
CMakeLists.txt fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06:00
PlayerContainer.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
PlayerContainer.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00