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-578-g5514d8eb
Date: Thu, 11 May 2023 16:08:59 -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  5514d8eb633e69e77ff79a128eb9dd47e88ddec8 (commit)
       via  911da26f96d630a9c1ad3cd9748f689ab170ad52 (commit)
      from  2e3dcf06d1cf4e3f68ed8efe8ca105ae63208a66 (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 5514d8eb633e69e77ff79a128eb9dd47e88ddec8
Author: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date:   Fri Apr 7 14:18:54 2023 +0200

    test/fuzz: Build with -O2 by default
    
    Fuzzers should run fast by default, since the goal is to try many
    variations of input data.

commit 911da26f96d630a9c1ad3cd9748f689ab170ad52
Author: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date:   Sat Apr 8 18:27:09 2023 +0200

    test/fuzz: Fix CC default value in makefile
    
    Unfortunately, CC ?= afl-gcc doesn't work. This is because CC has a
    default value (of "cc"), and the ?= operator only assigns a value if the
    variable previously had none. "make" currently compiles with cc.
    
    In this patch, I implemented the more elaborate way to achieve what was
    probably intended: "make" will use afl-gcc now, and "make CC=foo" will
    compile with "foo".

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

Summary of changes:
 test/fuzz/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


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



reply via email to

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