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-302-gf47d2ed
Date: Tue, 10 Dec 2019 15:47:26 -0500 (EST)

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  f47d2ed5febd2f24a4194ba1ee6bc6b51564f6f1 (commit)
      from  af0499131f656dc94ffaf5b14ec890eceb5e9da9 (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 f47d2ed5febd2f24a4194ba1ee6bc6b51564f6f1
Author: Christoffer Lind <address@hidden>
Date:   Wed Oct 2 08:46:44 2019 +0200

    sys_arch_mbox_tryfetch not validated correctly
    
    sys_arch_mbox_tryfetch() shall return SYS_MBOX_EMPTY or 0 according
    to the documentation. Wherever the function is used the return
    value is incorrectly compared to SYS_ARCH_TIMEOUT. For now
    SYS_MBOX_EMPTY is defined to SYS_ARCH_TIMEOUT so this is not an
    issue as long as SYS_MBOX_EMPTY isn't re-defined.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 src/api/api_lib.c | 4 ++--
 src/api/tcpip.c   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


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



reply via email to

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