Fixed stack corruption when TCP input queue is full.

git-svn-id: svn://kolibrios.org@5841 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2015-10-11 17:43:07 +00:00
parent 5c1387132a
commit 3315ff7280

View File

@ -60,7 +60,7 @@ TCP_input:
call NET_ptr_to_num4
inc [TCP_segments_missed + edi]
add esp, sizeof.TCP_queue_entry - 8
add esp, sizeof.TCP_queue_entry - 4
call NET_BUFF_free
ret