lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] MEM_ALIGNMENT and problems with it


From: Simon Goldschmidt
Subject: Re: [lwip-devel] MEM_ALIGNMENT and problems with it
Date: Wed, 12 Feb 2014 16:52:29 +0100 (CET)

Fabian Koch wrote:
> we are upgrading from 1.3.2 to 1.4.1 at the moment and ran into some problems 
> regarding Alignment.
> [..]
> The line is in tcp_out.c, line 778:
>   LWIP_ASSERT("seg->tcphdr not aligned", ((mem_ptr_t)seg->tcphdr % 
> MEM_ALIGNMENT) == 0);

I think someone reported this before, could you check if there's a bug entry 
already? This should be 4, not MEM_ALIGNMENT (and it was like that before 
already).


Simon



reply via email to

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