1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 19:25:18 +02:00
Files
luanti/src/network
Loic Blot 9d295906ef NetworkPacket::putRawPacket: resize m_data to datasize + memcpy
In some cases NetworkPacket was created using default constructor and m_data is not properly sized.
This fixed out of bounds memory copy
Also use memcpy instead of std::vector affectation to enhance packet creation
2017-10-10 00:47:46 +02:00
..
2017-08-24 08:28:54 +02:00
2017-09-20 23:29:47 +02:00
2017-08-25 15:53:56 +02:00
2017-09-27 22:41:50 +02:00
2017-08-24 08:28:54 +02:00
2017-08-24 08:28:54 +02:00
2017-08-24 08:28:54 +02:00