[SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, updated. STABLE-2_1_3_RC1-8-g51265f3
[email protected] (Erik Ekman) Thu, 23 Sep 2021 17:51:25 -0400 (EDT)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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, STABLE-2_1_x has been updated
via 51265f3f7d6c0cf9725ef7067fd77361a6758958 (commit)
from 2e4932f23b0b02355309ffd8360f96db182d67ad (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 51265f3f7d6c0cf9725ef7067fd77361a6758958
Author: Eric Koldeweij <[email protected]>
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.
[[email protected]: 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
_______________________________________________
lwip-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-commits