Fixed stack corruption in TCP_input when TCP queue is full

git-svn-id: svn://kolibrios.org@3293 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-02-28 11:51:11 +00:00
parent 886c9d6c64
commit e2df6e8111

View File

@ -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