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. master_at_STABLE-2_0_0-171-g1f3c18f
Date: Sun, 1 Jan 2017 18:54:16 +0000 (UTC)

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  1f3c18fcbe0a62643252e6ec2b72c995eefd02de (commit)
      from  edfeab7932070f71e25f4e680660843a307702c8 (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 1f3c18fcbe0a62643252e6ec2b72c995eefd02de
Author: Axel Lin <address@hidden>
Date:   Sun Jan 1 15:41:53 2017 +0800

    tcp: Make tcp_listen_with_backlog_and_err return NULL if the address/port 
is already used
    
    The caller of tcp_listen_with_backlog_and_err() usually check if the return
    pcb is NULL before checking the err reason. I think the commit adding
    tcp_listen_with_backlog_and_err() accidently change the behavior, Fix it.
    
    Fixes: 98fc82fa7128 ("added function tcp_listen_with_backlog_and_err() to 
get the error reason when listening fails")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/tcp.c |    1 +
 1 file changed, 1 insertion(+)


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



reply via email to

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