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. 0034abfa45abc9d6a3b4382627a02a2c88d2d385
Date: Mon, 21 Nov 2016 09:18:34 +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  0034abfa45abc9d6a3b4382627a02a2c88d2d385 (commit)
      from  31b0237c501652e6e18f0705e473004f5e20823a (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 0034abfa45abc9d6a3b4382627a02a2c88d2d385
Author: David van Moolenbroek <address@hidden>
Date:   Fri Nov 18 22:25:48 2016 +0000

    Always check whether netif_default is NULL
    
    In general, netif_default may be NULL, and various places in the code
    already check for this case before attempting to dereference the
    netif_default pointer.  Some places do not perform this check though,
    and may cause null pointer dereferences if netif_default is not set.
    This patch adds NULL checks to those places as well.

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

Summary of changes:
 src/core/ipv4/ip4.c |    2 +-
 src/core/ipv6/ip6.c |    8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)


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



reply via email to

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