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-977-g0882e0b
Date: Mon, 16 Oct 2017 09:07:42 -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  0882e0ba894ab21a5fb6e7ce31a58fe5d3f43d32 (commit)
      from  653a1e7778540ee7e4cbc73832f693b111005210 (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 0882e0ba894ab21a5fb6e7ce31a58fe5d3f43d32
Author: Joel Cunningham <address@hidden>
Date:   Sun Oct 8 10:38:01 2017 -0500

    sockets: poll clean ups
    
    This makes the following poll cleanups:
    
     1) Add LWIP_ERROR in lwip_poll to check for invalid fds/nfds combinations.
        This fixes a possible a NULL fds dereference in lwip_poll_scan()
     2) Use has_ copies of the socket events in lwip_poll_should_wake() rather
        passing the sock pointer and accessing socket after leaving the critical
        section

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

Summary of changes:
 src/api/sockets.c | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)


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



reply via email to

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