lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #49328] Crash error in ip6_frag due to Assertion Fail


From: Arpit Agarwal
Subject: [lwip-devel] [bug #49328] Crash error in ip6_frag due to Assertion Fail
Date: Thu, 13 Oct 2016 13:30:28 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

Follow-up Comment #2, bug #49328 (project lwip):

Hi Dirk,

If so, then isn't this condition redundant as the same check is already
performed in ip_output_if before calling ip6_frag (if required).

Here is the check(Line # 848, Func- ip_output_if, file: ip6.c):

 LWIP_ASSERT("check that first pbuf can hold struct ip6_hdr",
               (p->len >= sizeof(struct ip6_hdr)));

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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