lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 8c1f834a4a9c21f454ee0c034d14df93c4bb4909
Date: Mon, 11 May 2015 09:23:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  8c1f834a4a9c21f454ee0c034d14df93c4bb4909 (commit)
      from  cbeb5ab9601a3c450ff1e3ff77d44db4eba45d84 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c1f834a4a9c21f454ee0c034d14df93c4bb4909
Author: Sylvain Rochet <address@hidden>
Date:   Mon May 11 11:21:08 2015 +0200

    fixed bug #39683 Assertion "seg->tcphdr not aligned" failed with 
MEM_ALIGNMENT 1 or 2
    
    We used a static 4 instead of MEM_ALIGNMENT earlier, however it broke
    things for MEM_ALIGNMENT 1 or 2, fixed using a LWIP_MIN(MEM_ALIGNMENT,
    4) statement.

-----------------------------------------------------------------------

Summary of changes:
 src/core/tcp_out.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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