lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] [lwip] evil tcp_abort() mem fix


From: psheer
Subject: [lwip-users] [lwip] evil tcp_abort() mem fix
Date: Thu, 09 Jan 2003 01:12:34 -0000

tcp_input.c:

        TCP_EVENT_ACCEPT(pcb, ERR_OK, err);
        if(err != ERR_OK) {
          /* If the accept function returns with an error, we abort
             the connection. */
          tcp_abort(pcb);
+
+ /* we really really need to do this: */
+         return ERR_ABRT;
+
          break;
        }       



---------------------------------------------
This message was sent using World Mail.
http://www.worldonline.co.za


[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]