lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #41784] ip6_frag() assert error


From: hanhui
Subject: [lwip-devel] [bug #41784] ip6_frag() assert error
Date: Thu, 06 Mar 2014 04:02:49 +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/?41784>

                 Summary: ip6_frag() assert error
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Thu Mar  6 04:02:48 2014
                Category: IPv6
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: git head

    _______________________________________________________

Details:

in ip6_frag.c line 638

ip6_frag() 
{

line638:
 
     LWIP_ASSERT("this needs a pbuf in one piece!",
                (p->len >= (IP6_HLEN + IP6_FRAG_HLEN)));

should be:

     LWIP_ASSERT("this needs a pbuf in one piece!",
                (p->len >= IP6_HLEN));
}

Han.hui




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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