lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #30300] Do not initialized the shutdown parameter in f


From: hanhui
Subject: [lwip-devel] [bug #30300] Do not initialized the shutdown parameter in function netconn_delete()
Date: Wed, 30 Jun 2010 07:18:52 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

URL:
  <http://savannah.nongnu.org/bugs/?30300>

                 Summary: Do not initialized the shutdown parameter in
function netconn_delete() 
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Wed Jun 30 07:18:52 2010
                Category: None
                Severity: 3 - Normal
              Item Group: Crash Error
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

lwip_close() invoke netconn_delete(),
netconn_delete() invoke do_delconn(),
do_delconn() invoke do_close_internal(),

function do_close_internal() will check the shutdown parameter in api_msg.
but netconn_delete() do not set this parameter.

netconn_delete() should add :

msg.msg.msg.sd.shut = NETCONN_SHUT_RDWR;

like netconn_close_shutdown()




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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