lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #34447] LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong


From: wuyangyong
Subject: [lwip-devel] [bug #34447] LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
Date: Sat, 01 Oct 2011 10:54:18 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0

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

                 Summary: LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: aozima
            Submitted on: Sat Oct  1 10:54:17 2011
                Category: IPv4
                Severity: 3 - Normal
              Item Group: Compiler Warning
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: 1.4.0

    _______________________________________________________

Details:

src/core/ipv4/ip.c line:86

#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port)
(LWIP_IP_ACCEPT_UDP_PORT(dst_port))

Should be

#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port)
(LWIP_IP_ACCEPT_UDP_PORT(port))

and the same error in Git Repository.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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