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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-319-ga9e73bc
Date: Wed, 11 Dec 2019 14:44:02 -0500 (EST)

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  a9e73bc412b17d80d3b56887aa7e870c4ddf5fcd (commit)
       via  4528215c99bace1980218a5df3d2fe11dbe9628d (commit)
      from  fbe032d05d45a664c26a6499067be8b15896fe34 (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 a9e73bc412b17d80d3b56887aa7e870c4ddf5fcd
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Dec 11 20:43:28 2019 +0100

    ip6addr_aton: support scoped address strings (via '%')
    
    See task #15393
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit 4528215c99bace1980218a5df3d2fe11dbe9628d
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Dec 11 20:42:36 2019 +0100

    netif_find: check if atoi means '0' or error
    
    Since atoi() returns 0 on error, we need to check if name[2] is '0'.
    If it's not, atoi() failed.

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

Summary of changes:
 src/core/ipv6/ip6_addr.c | 12 ++++++++++++
 src/core/netif.c         |  4 ++++
 2 files changed, 16 insertions(+)


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



reply via email to

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