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_2_0_RELEASE-14-gdad8c4c7
Date: Fri, 29 Sep 2023 16:21:57 -0400 (EDT)

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  dad8c4c72af3db99fefbb37af28fefc93246a2b2 (commit)
      from  14444c1c7f00dd7783753361e7b3f538292faf2a (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 dad8c4c72af3db99fefbb37af28fefc93246a2b2
Author: Yonggang Luo <luoyonggang@gmail.com>
Date:   Thu Apr 8 20:04:27 2021 +0800

    guard when data is NULL
    
    [build] ../../3rd/lwip/src/include/lwip/opt.h:137:41: error: argument 2 
null where non-null expected [-Werror=nonnull]
    [build]  #define MEMCPY(dst,src,len)             memcpy(dst,src,len)
    [build]                                          ^~~~~~~~~~~~~~~~~~~
    [build] ../../3rd/lwip/src/netif/ppp/fsm.c:791:7: note: in expansion of 
macro 'MEMCPY'
    [build]        MEMCPY(outp + PPP_HDRLEN + HEADERLEN, data, datalen);
    [build]        ^~~~~~
    [build] In file included from 
c:\mentorgraphics\fly380s_8910\prebuilts\win32\gcc-arm-none-eabi\arm-none-eabi\include\sys\time.h:40:0,
    [build]                  from ../../3rd/../src/cat1/arch/cc.h:40,
    [build]                  from ../../3rd/lwip/src/include/lwip/arch.h:50,
    [build]                  from ../../3rd/lwip/src/include/lwip/debug.h:40,
    [build]                  from ../../3rd/lwip/src/include/lwip/opt.h:52,
    [build]                  from 
../../3rd/lwip/src/include/netif/ppp/ppp_opts.h:31,
    [build]                  from ../../3rd/lwip/src/netif/ppp/fsm.c:43:
    [build] 
c:\mentorgraphics\fly380s_8910\prebuilts\win32\gcc-arm-none-eabi\arm-none-eabi\include\string.h:31:8:
 note: in a call to function 'memcpy' declared here
    [build]  _PTR   _EXFUN(memcpy,(_PTR __restrict, const _PTR __restrict, 
size_t));
    [build]         ^

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

Summary of changes:
 src/netif/ppp/fsm.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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



reply via email to

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