lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #10088] Correctly implement close() vs. shutdown()


From: Stephane Lesage
Subject: [lwip-devel] [task #10088] Correctly implement close() vs. shutdown()
Date: Mon, 01 Mar 2010 17:40:21 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Follow-up Comment #20, task #10088 (project lwip):

Hi Simon,

There's a bug in your implementation.
When I close a listening socket, I get memory corruption (another listening
PCB is not working anymore), because the flags field is not part of a
listening pcb.
We can choose between:
1. include flags in the common part of the pcb
2. check this specific case

Best regards.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?10088>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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