lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #41009] IPv6 reassembly broken on 64-bit platforms


From: Valery Ushakov
Subject: [lwip-devel] [bug #41009] IPv6 reassembly broken on 64-bit platforms
Date: Fri, 27 Dec 2013 01:28:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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

                 Summary: IPv6 reassembly broken on 64-bit platforms
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: uwe
            Submitted on: Fri 27 Dec 2013 01:28:31 AM GMT
                Category: IPv6
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: git head

    _______________________________________________________

Details:

struct ip6_reass_helper "replaces the Fragment Header in memory in
incoming fragments".  Unfortunately, it contains struct pbuf
*next_pbuf pointer, so on 64-bit platforms that struct is larger than
struct ip6_frag_hdr and reassembly code overwrites the first 4 bytes
of each fragment.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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