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: Sylvain Rochet
Subject: [lwip-devel] [bug #41009] IPv6 reassembly broken on 64-bit platforms
Date: Wed, 26 Aug 2015 21:16:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.0

Follow-up Comment #6, bug #41009 (project lwip):

What about adding the following in opt.h (instead of living in ip6_frag.h):

/** IP6_FRAG_COPYHEADER==1: When enabled, the IPv6 header is copied instead
of
 * referencing it. For platforms where sizeof(void*) > 4, this needs to be
 * enabled (to not overwrite part of the data). It gives more room for
 * struct ip6_reass_helper */
#ifndef IPV6_FRAG_COPYHEADER
#define IPV6_FRAG_COPYHEADER   (sizeof(void*) > 4)
#endif


    _______________________________________________________

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]