lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27791] null pointer dereference (pcb->unacked == 0) i


From: Kieran Mansley
Subject: [lwip-devel] [bug #27791] null pointer dereference (pcb->unacked == 0) in tcp_in.c:tcp_process
Date: Fri, 23 Oct 2009 15:11:54 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

Follow-up Comment #1, bug #27791 (project lwip):

It sounds like you're saying that the response to the SYN is processed before
you've finished sending the SYN itself.  You should not be able to process a
received packet while you're still active in the stack with a transmitted
packet.  

Perhaps you can help by describing how your driver interfaces to the stack
(how does it pass received packets for processing) and how your application
interfaces to the stack.  What environment are you running in (e.g. do you
have an OS?)

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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