From e2df6e81111afc9a1dba7e175e02e5294eccb3d3 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Thu, 28 Feb 2013 11:51:11 +0000 Subject: [PATCH] Fixed stack corruption in TCP_input when TCP queue is full git-svn-id: svn://kolibrios.org@3293 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/tcp_input.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/branches/net/network/tcp_input.inc b/kernel/branches/net/network/tcp_input.inc index f318aa771a..7ca1bb08c1 100644 --- a/kernel/branches/net/network/tcp_input.inc +++ b/kernel/branches/net/network/tcp_input.inc @@ -52,6 +52,7 @@ TCP_input: ret .fail: + popf DEBUGF 2, "TCP incoming queue is full, discarding packet!\n" inc [TCP_segments_missed] ; FIXME: use correct interface