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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-506-gb538bff
Date: Thu, 13 May 2021 07:41:31 -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  b538bff38365206f8ba4eef186c59db614b778e5 (commit)
      from  b9056e148ece8821cc8cdbca3a09944797232e27 (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 b538bff38365206f8ba4eef186c59db614b778e5
Author: Eric Koldeweij <eric@no-sense.net>
Date:   Mon Apr 26 10:28:36 2021 +0200

    ip6: Fix crash in ip6_output with debug enabled
    
    It turns out the crash only occurs if LWIP_DEBUG is enabled. If the
    parameter dest is NULL the function tries to find a route using the
    destination address of the packet instead. If this fails as well a
    debug message is printed but it is still using dest causing a NULL
    pointer dereference and crash at src/core/ipv6/ip6.c line 1312.
    
    [erik@kryo.se: Apply fix to ip6_output_hinted as well]

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

Summary of changes:
 src/core/ipv6/ip6.c | 2 ++
 1 file changed, 2 insertions(+)


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



reply via email to

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