From 673b3711b44f019fb5869546b4a3dc2b78882c2a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 14 Nov 2010 12:05:24 +0000 Subject: (svn r21182) -Fix: possible just-freed memory reads --- src/network/core/tcp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/core') diff --git a/src/network/core/tcp.cpp b/src/network/core/tcp.cpp index 77afac131..3f59efba9 100644 --- a/src/network/core/tcp.cpp +++ b/src/network/core/tcp.cpp @@ -82,6 +82,8 @@ void NetworkTCPSocketHandler::Send_Packet(Packet *packet) * data right now (full network-buffer, it happens ;)) * 3) sending took too long * @param closing_down Whether we are closing down the connection. + * @return \c true if a (part of a) packet could be sent and + * the connection is not closed yet. */ bool NetworkTCPSocketHandler::Send_Packets(bool closing_down) { -- cgit v1.2.3-70-g09d2