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-579-gc2f92441
Date: Thu, 11 May 2023 16:11:16 -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  c2f924413791df6eb04c56eacbd9bacbbe77939a (commit)
      from  5514d8eb633e69e77ff79a128eb9dd47e88ddec8 (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 c2f924413791df6eb04c56eacbd9bacbbe77939a
Author: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date:   Fri Apr 7 14:26:32 2023 +0200

    test/fuzz: Fix use of htons vs. ntohs
    
    Although ntohs and htons perform equivalent operations (a byte swap on
    little-endian platforms), their semantic roles (as implied by the names)
    are different.
    
    In fuzz_common.c, we get integers from simulated network packages, and
    convert them for host CPU use, so ntohs is the right variant to use.

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

Summary of changes:
 test/fuzz/fuzz_common.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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



reply via email to

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