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-453-g332119d
Date: Tue, 27 Oct 2020 16:53:23 -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  332119d7e046b3f0781cc61ee592146076546338 (commit)
       via  e239222775f6bbf0f2d2ac2998716fb74d453c1e (commit)
      from  72d9132ecf758b32fb0ce6294654ecd5bf8e2209 (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 332119d7e046b3f0781cc61ee592146076546338
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Tue Oct 27 21:48:21 2020 +0100

    PPP, magic: dot not assume LWIP_RAND will return 32 bits of randomness
    
    Do not assume LWIP_RAND will return 32 bits of randomness because it is
    probably going to be defined to directly return the rand() value. For
    example, LCP magic numbers are 32-bit random values.

commit e239222775f6bbf0f2d2ac2998716fb74d453c1e
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Tue Oct 27 21:40:56 2020 +0100

    PPP, magic: cleanup code and documentation
    
    Documentation and simple code cleanup, no behavior change.

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

Summary of changes:
 src/netif/ppp/magic.c | 54 ++++++++++++++++++++++-----------------------------
 1 file changed, 23 insertions(+), 31 deletions(-)


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



reply via email to

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