lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #39683] Assertion "seg->tcphdr not aligned" failed wit


From: Valery Ushakov
Subject: [lwip-devel] [bug #39683] Assertion "seg->tcphdr not aligned" failed with MEM_ALIGNMENT = 8
Date: Sun, 10 May 2015 22:38:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

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

I've been using

((mem_ptr_t)seg->tcphdr % (MEM_ALIGNMENT < 4 ? MEM_ALIGNMENT : 4)) == 0)

(which should probably be expressed with LWIP_MIN)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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