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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 32f6e7e231c43306de411e053ad33957fc953641
Date: Fri, 20 Mar 2015 07:41:55 +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  32f6e7e231c43306de411e053ad33957fc953641 (commit)
      from  94f7bcef67028f411bd1bbbea26c8331e80c6479 (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 32f6e7e231c43306de411e053ad33957fc953641
Author: Clint Sbisa <address@hidden>
Date:   Wed Feb 11 12:18:08 2015 -0800

    tcp: Fix ooseq processing when seqno is near 2^32
    
    An edge case in out-of-sequence TCP packet processing did not use the
    appropriate macro to check if the sender overran the recieve window.
    
    Consequently, this case sometimes evaluated to true when it shouldn't, which
    resulted in various bad behavior, including trying to resize a TCP buffer 
to 4
    gigabytes.

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

Summary of changes:
 src/core/tcp_in.c            |    2 +-
 test/unit/tcp/test_tcp_oos.c |   94 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+), 1 deletions(-)


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



reply via email to

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