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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5c2742995817b8a6561432798692b0762a88d0b9
Date: Thu, 19 Nov 2015 21:07:04 +0000

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  5c2742995817b8a6561432798692b0762a88d0b9 (commit)
      from  8010d6706e9a5d51a2ab4e6b54e2aa5566f2705c (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 5c2742995817b8a6561432798692b0762a88d0b9
Author: Axel Lin <address@hidden>
Date:   Thu Nov 19 19:09:04 2015 +0800

    memp: Fix if MEMP_OVERFLOW_CHECK guard in memp_free_pool
    
    Current code already checks memp_overflow_check_all() in memp_free() if
    MEMP_OVERFLOW_CHECK >= 2. So in memp_free_pool(), it should use
    MEMP_OVERFLOW_CHECK == 1 instead.
    
    Fixes: c838e1ed5b8c ("Implement possibility to declare private memory 
pools")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/memp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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



reply via email to

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