[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1434-g342d0ea
[email protected] (Simon Goldschmidt)
| 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 342d0eadfb70db7ea687c4ec172d242fce63413e (commit)
from 6ea24835469ffcffcdb470273fcb4997d2972e2f (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 342d0eadfb70db7ea687c4ec172d242fce63413e
Author: Matthias Hofmann <[email protected]>
Date: Tue Jun 12 10:24:08 2018 +0200
Add null pointer checks for TCP, UDP and netif
Signed-off-by: Simon Goldschmidt <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/core/netif.c | 37 ++++++++++++++++++++++--
src/core/tcp.c | 68 +++++++++++++++++++++++++++++++++++++------
src/core/tcp_in.c | 15 ++++++++++
src/core/tcp_out.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++++-----
src/core/udp.c | 54 ++++++++++++++++++++++++++++-------
5 files changed, 228 insertions(+), 30 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack