[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1515-gd73efd7
[email protected] (Axel Lin)
| 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, master has been updated
via d73efd7d3874261c5781c1cabcc2b504cc4b6619 (commit)
from 596f7420660fc5de4120f92bbf97b2700f70cfa2 (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 d73efd7d3874261c5781c1cabcc2b504cc4b6619
Author: Axel Lin <[email protected]>
Date: Thu Jul 5 21:39:00 2018 +0800
dhcp: Prevent NULL pointer dereference in dhcp_select
Move the code to make sure netif is not NULL before calling
netif_dhcp_data(netif).
Signed-off-by: Axel Lin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/core/ipv4/dhcp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack