lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27709] conn->err race condition on netconn_recv() tim


From: Kieran Mansley
Subject: [lwip-devel] [bug #27709] conn->err race condition on netconn_recv() timeout
Date: Thu, 15 Oct 2009 15:22:54 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

Update of bug #27709 (project lwip):

                  Status:                   Fixed => None                   
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #2:

I don't think we've really fixed this - just made the race more unlikely.

The fix is to stop conn->err being modified by two different threads. 
netconn_recv is the only operation in api_lib.c that seems to be modifying
conn->err.  If all the other operations can manage without changing it, I
think netconn_recv should be able to too.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27709>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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