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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. a3bccae1737672a62005918494e245dd7635130e
Date: Sat, 05 Dec 2015 20:42:32 +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  a3bccae1737672a62005918494e245dd7635130e (commit)
      from  a21144b834ce2d24b8b1a026ef53a4aaf7e5138c (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 a3bccae1737672a62005918494e245dd7635130e
Author: Axel Lin <address@hidden>
Date:   Tue Dec 1 18:59:04 2015 +0800

    Catch tcpip_callback call failure
    
    tcpip_callback_with_block() can fail with ERR_MEM or ERR_VAL, and in the
    error paths the code does not post the msg to the mailbox thus the
    sys_sem_wait() call might wait forever. Fix it by testing return value of
    tcpip_callback() and return error immediately.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/api/api_lib.c |    9 ++++++++-
 src/api/sockets.c |   14 ++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)


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



reply via email to

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