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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-206-g7eab594
Date: Tue, 18 Dec 2018 16:14:54 -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  7eab5947af4dca53b0d3306788c75bd96ebd8e13 (commit)
       via  96548ede2b9fcf077e579098b1db9ed397bc7032 (commit)
      from  2ff0db9a9b047d1c94ddbeea010561d1b9032101 (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 7eab5947af4dca53b0d3306788c75bd96ebd8e13
Author: Jacob Kroon <address@hidden>
Date:   Tue Dec 18 22:08:03 2018 +0100

    PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined
    
    lwip/src/netif/ppp/pppoe.c:768:24: error: pointer targets in passing 
argument 1 of ‘strlen’ differ in signedness [-Werror=poin$
         l1 = (int)strlen(sc->sc_service_name);
    lwip/src/netif/ppp/pppoe.c:772:24: error: pointer targets in passing 
argument 1 of ‘strlen’ differ in signedness [-Werror=poin$
         l2 = (int)strlen(sc->sc_concentrator_name);
    
    sc->sc_service_name and sc->sc_concentrator_name are best defined as
    char* because there are passed to libc strings functions which expect
    a char*.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

commit 96548ede2b9fcf077e579098b1db9ed397bc7032
Author: Sylvain Rochet <address@hidden>
Date:   Tue Dec 18 21:55:55 2018 +0100

    PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name 
and concentrator support
    
    Rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT because this is the only
    feature enclosed by them. Prepare for proper service name and
    concentrator name support by moving PPPOE_SCNAME_SUPPORT define to
    ppp_opts.h.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 ...ix-build-when-PPPOE_SCNAME_SUPPORT-is-def.patch | 40 ++++++++++++++++++++++
 src/include/netif/ppp/ppp_opts.h                   |  7 ++++
 src/include/netif/ppp/pppoe.h                      |  8 ++---
 src/netif/ppp/pppoe.c                              | 32 ++++++++---------
 4 files changed, 67 insertions(+), 20 deletions(-)
 create mode 100644 
src/0001-PPP-PPPoE-fix-build-when-PPPOE_SCNAME_SUPPORT-is-def.patch


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



reply via email to

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