[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. STABLE-2_1_0_RELEASE-293-g79cd89f |
Date: |
Wed, 28 Aug 2019 01:24:37 -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 79cd89f99d1032cc5375569e5b24c375b9d230fa (commit)
from 7fd158a109eeba693919bc3ecd614cdf6cbe49df (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 79cd89f99d1032cc5375569e5b24c375b9d230fa
Author: Dirk Ziegelmeier <address@hidden>
Date: Wed Aug 28 07:24:31 2019 +0200
Fix possible NULL pointer dereference in autoip_start()
autoip variable is dereferenced (autoip->state) before it is checked for
NULL pointer
-----------------------------------------------------------------------
Summary of changes:
src/core/ipv4/autoip.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-293-g79cd89f,
Dirk Ziegelmeier <=