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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1000-gb18e6a8
Date: Mon, 23 Oct 2017 10:10:43 -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  b18e6a873412665c758814c5c397eeace2b3d27d (commit)
       via  22dacc38c0a5134401da53edd9786b4b99577fcf (commit)
      from  98d5e06dba396e02e7300fe348987f31c1447d01 (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 b18e6a873412665c758814c5c397eeace2b3d27d
Author: Joel Cunningham <address@hidden>
Date:   Mon Oct 23 09:05:57 2017 -0500

    sockets: fix missing break regression in event_callback
    
    During the refactoring in c5db278746daedcc6566822992f3f33ce3801470, the
    previous gotos were removed, but the lack of break statements in
    NETCONN_EVNT_RCVMINUS and NETCONN_EVT_SENDMINUS was overlooked, leading
    to incorrect fall through behavior

commit 22dacc38c0a5134401da53edd9786b4b99577fcf
Author: Joel Cunningham <address@hidden>
Date:   Mon Oct 23 08:59:43 2017 -0500

    Revert "Fix two bad "fall-through" code"
    
    This reverts commit a7f2ef4aec3cec5add28f35e9543f043732382e5.
    
    The fall through is actually a regression

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

Summary of changes:
 src/api/sockets.c | 2 --
 1 file changed, 2 deletions(-)


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



reply via email to

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