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. master_at_STABLE-2_0_0-905-g86abfbe
Date: Sat, 9 Sep 2017 15:46:58 -0400 (EDT)

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  86abfbe0877c891f27b52e249cf8d1d3b4d08705 (commit)
       via  a8ac37f419b7f8d451605d56b19b904e88d25bf2 (commit)
       via  48c687ea8407507dc48f102796698be9cdd10810 (commit)
       via  cf651e7e0f46d25897d853e644e64def310e60a8 (commit)
       via  fca38fda1a2c3c0094bb07340d17c382705a80c8 (commit)
      from  8c040093577da2a65cfa195349e25b8990f216af (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 86abfbe0877c891f27b52e249cf8d1d3b4d08705
Author: goldsimon <address@hidden>
Date:   Sat Sep 9 21:46:41 2017 +0200

    Fix bug #51937 by checking TF_CLOSED at the end of all pcb callbacks in 
tcp_input()

commit a8ac37f419b7f8d451605d56b19b904e88d25bf2
Author: goldsimon <address@hidden>
Date:   Sat Sep 9 21:41:06 2017 +0200

    refactor tcp_input a bit in preparation of a fix for bug #51937

commit 48c687ea8407507dc48f102796698be9cdd10810
Author: goldsimon <address@hidden>
Date:   Tue Sep 5 22:20:44 2017 +0200

    tcp_remove_all() (used in tcp test setup/teardown): handle tcp_bound_pcbs, 
too

commit cf651e7e0f46d25897d853e644e64def310e60a8
Author: goldsimon <address@hidden>
Date:   Tue Sep 5 22:19:38 2017 +0200

    add test case that shows what's wrong for bug #51937 (Leaking tcp_pcbs on 
passive close with unacked data)

commit fca38fda1a2c3c0094bb07340d17c382705a80c8
Author: goldsimon <address@hidden>
Date:   Tue Sep 5 22:18:52 2017 +0200

    remove unnecessary lines from last added test case

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

Summary of changes:
 src/core/tcp_in.c          | 41 +++++++++++++++------
 test/unit/tcp/tcp_helper.c |  1 +
 test/unit/tcp/test_tcp.c   | 88 ++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 109 insertions(+), 21 deletions(-)


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



reply via email to

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