lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #29976] some code error in do_send()


From: hanhui
Subject: [lwip-devel] [bug #29976] some code error in do_send()
Date: Thu, 27 May 2010 16:17:16 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; MEGAUPLOAD 2.0)

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

                 Summary: some code error in do_send() 
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Thu May 27 16:17:16 2010
                Category: None
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

in file api_msg.c

(1)
line 1098:
if (msg->msg.b->addr == NULL) {
should be
if (ip_addr_isany(&msg->msg.b->addr)) {

(2)
line 1103:
msg->msg.b->addr, msg->msg.b->port,
should be
&msg->msg.b->addr, msg->msg.b->port,

Best regards!




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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