lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #37665] ip_canforward operates on address in wrong byt


From: Valery Ushakov
Subject: [lwip-devel] [bug #37665] ip_canforward operates on address in wrong byte order
Date: Sun, 04 Nov 2012 00:53:49 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.10) Gecko/20100101 Firefox/10.0.10

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

                 Summary: ip_canforward operates on address in wrong byte
order
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: uwe
            Submitted on: Sun 04 Nov 2012 12:53:48 AM GMT
                Category: IPv4
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

ip_canforward operates on 


u32_t addr = ip4_addr_get_u32(ip_current_dest_addr());


that is in network byte order, but applies to it IP_EXPERIMENTAL and IP_CLASSA
macros that expect argument in host byte order.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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