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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-395-g9b1056e
Date: Fri, 19 Jun 2020 07:28:12 -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  9b1056ef0eca8457e4fe374d722fe7a37fadbafe (commit)
      from  0ed8f754c5589a8439dbcaea70cc84a712bdb717 (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 9b1056ef0eca8457e4fe374d722fe7a37fadbafe
Author: Erik Ekman <erik@kryo.se>
Date:   Fri Jun 19 13:24:30 2020 +0200

    fuzz: Fix compile error in simulated glibc rand
    
    When using LWIP_RAND_FOR_FUZZ_SIMULATE_GLIBC:
    
    fuzz_common.c: In function ‘lwip_fuzz_rand’:
    fuzz_common.c:683:11: error: comparison of integer expressions of different 
signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
      683 |   if (idx >= sizeof(rand_nrs)/sizeof((rand_nrs)[0])) {
          |           ^~
    cc1: all warnings being treated as errors

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

Summary of changes:
 test/fuzz/fuzz_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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