lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #41785] raw_input() ipv6 protocol misjudgment!


From: hanhui
Subject: [lwip-devel] [bug #41785] raw_input() ipv6 protocol misjudgment!
Date: Thu, 06 Mar 2014 04:07:17 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36

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

                 Summary: raw_input() ipv6 protocol misjudgment!
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Thu Mar  6 04:07:16 2014
                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:


if input packet is a IPv6 fragment packet, 

proto = IP6H_NEXTH(ip6hdr);

proto must be IP6_NEXTH_FRAGMENT

so if proto == IP6_NEXTH_FRAGMENT we must get fragment header to determine the
real protocol!

Han.hui





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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