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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. c62bfd8146b33c0ad9b3bbe2a9cfac4b6e3b328c
Date: Wed, 17 Aug 2016 19:42:58 +0000 (UTC)

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  c62bfd8146b33c0ad9b3bbe2a9cfac4b6e3b328c (commit)
       via  1db9631e7d5dfd0a566f188d0f17fc017bad5af9 (commit)
       via  c8c804140d553dc6df5c189f2bf1dd0d46be940e (commit)
      from  ee815e4e7aad822c080153d770a4c7f7f257f124 (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 c62bfd8146b33c0ad9b3bbe2a9cfac4b6e3b328c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Aug 17 21:26:08 2016 +0200

    Port AUTOIP to new netif client data API

commit 1db9631e7d5dfd0a566f188d0f17fc017bad5af9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Aug 17 21:04:44 2016 +0200

    Port DHCP to new netif client data API

commit c8c804140d553dc6df5c189f2bf1dd0d46be940e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Aug 17 21:00:59 2016 +0200

    Fix possible NULL pointer dereference in mdns.c introduced in my last commit

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

Summary of changes:
 src/apps/mdns/mdns.c      |    6 +-
 src/core/init.c           |    4 ++
 src/core/ipv4/autoip.c    |  136 +++++++++++++++++++++++++++------------------
 src/core/ipv4/dhcp.c      |  100 +++++++++++++++++++--------------
 src/core/ipv4/ip4.c       |    3 +-
 src/core/netif.c          |   22 +-------
 src/include/lwip/autoip.h |    5 +-
 src/include/lwip/dhcp.h   |    1 +
 src/include/lwip/netif.h  |   22 --------
 9 files changed, 156 insertions(+), 143 deletions(-)


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



reply via email to

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