OpenFusion/src/servers
dongresource 4825267537 Use memcpy() instead of casting to load keys
UBSAN complains about the casting approach because it loads a 64-bit
integer from the defaultKeys string which isn't guaranteed to be 64-bit
aligned, which is undefined behavior.
2023-03-11 23:16:09 +01:00
..
CNLoginServer.cpp Use memcpy() instead of casting to load keys 2023-03-11 23:16:09 +01:00
CNLoginServer.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
CNShardServer.cpp Differentiate new connection messages on the login and shard ports 2023-03-11 21:54:56 +01:00
CNShardServer.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Monitor.cpp Handle email dumping separately from chat dumping 2021-12-03 22:23:59 +01:00
Monitor.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00