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. 7f926605987146715064bafb531822c64c238f1d
Date: Sat, 05 Dec 2015 20:32:07 +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  7f926605987146715064bafb531822c64c238f1d (commit)
       via  3b60c855e1ab1a53149fb1ced3ffcf354bcefb03 (commit)
       via  a709041b8bf2f5f1d87632d24cd4a76218dcd1d3 (commit)
      from  8bb27ba8c426b40656ad98048fa4c616041781cc (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 7f926605987146715064bafb531822c64c238f1d
Author: Axel Lin <address@hidden>
Date:   Thu Dec 3 17:48:55 2015 +0800

    icmp: Fix memory leak in icmp_input() error paths
    
    Ensure the newly allocated packet buffer is freed in error paths.
    
    Signed-off-by: Axel Lin <address@hidden>

commit 3b60c855e1ab1a53149fb1ced3ffcf354bcefb03
Author: Axel Lin <address@hidden>
Date:   Thu Dec 3 09:25:59 2015 +0800

    netbuf: Move #include "lwip/opt.h" out of #if LWIP_NETCONN || LWIP_SOCKET 
guard
    
    LWIP_NETCONN and LWIP_SOCKET are defined in opt.h,
    so move #include "lwip/opt.h" out of #if LWIP_NETCONN || LWIP_SOCKET guard.
    
    Signed-off-by: Axel Lin <address@hidden>

commit a709041b8bf2f5f1d87632d24cd4a76218dcd1d3
Author: Axel Lin <address@hidden>
Date:   Sun Dec 6 00:09:33 2015 +0800

    Remove unnecessary p->len checking for pbuf_alloc calls with PBUF_RAM type
    
    pbuf_alloc() for PBUF_RAM type always return big enough memory on success.
    So checking p->len is not necessary. Testing if p is NULL or not is enough.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/ipv4/icmp.c      |    2 ++
 src/core/ipv6/mld6.c      |    6 +-----
 src/core/ipv6/nd6.c       |   18 +++---------------
 src/include/lwip/netbuf.h |    3 ++-
 4 files changed, 8 insertions(+), 21 deletions(-)


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



reply via email to

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