Fix BufferedPacket race condition (fixes #2983)
authorkwolekr <kwolekr@minetest.net>
Thu, 6 Aug 2015 06:15:21 +0000 (02:15 -0400)
committerkwolekr <kwolekr@minetest.net>
Thu, 6 Aug 2015 06:25:35 +0000 (02:25 -0400)
commit8560ece02e36b1e0ee7b86db2a38b8becbb639e4
treeab060b01754e1d5a8b97945c4278f7c47caef8ec
parentbd0b469d3d212ae1407233bdb743bfcab31b4dc7
Fix BufferedPacket race condition (fixes #2983)

This was caused by the use the non-threadsafe SharedBuffer in a
threaded context.
src/network/connection.h
src/util/pointer.h