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. e24fde05db0ad583882a0b082fd0ccfa633f9a66
Date: Thu, 18 Aug 2016 17:24:40 +0000 (UTC)

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  e24fde05db0ad583882a0b082fd0ccfa633f9a66 (commit)
       via  ef31afb92155be0e60d58996b9eae8f5c86bc202 (commit)
      from  a8c8e089844b3c5428d1e1d7a61613a3a4f0c4d3 (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 e24fde05db0ad583882a0b082fd0ccfa633f9a66
Author: Axel Lin <address@hidden>
Date:   Wed Aug 17 20:23:30 2016 +0800

    memp: Fix memp_overflow_check_element_overflow assertion
    
    Use LWIP_MEM_ALIGN() in memp_overflow_init() to get alignment address for 
memp.
    This fixes assertion in memp_overflow_check_element_overflow when
    MEMP_OVERFLOW_CHECK is set.
    
    Signed-off-by: Axel Lin <address@hidden>

commit ef31afb92155be0e60d58996b9eae8f5c86bc202
Author: Axel Lin <address@hidden>
Date:   Thu Aug 18 20:53:57 2016 +0800

    memp: Fix build error when LWIP_HOOK_MEMP_AVAILABLE is defined
    
    Fix below build error.
    
    ../../../../../lwip/src/core/memp.c: In function ‘memp_free’:
    ../../../../../lwip/src/core/memp.c:490:31: error: request for member 
‘tab’ in something not a structure or union
       old_first = memp_pools[type].tab;
                                   ^
    ../../Common.mk:94: recipe for target 'memp.o' failed
    make: *** [memp.o] Error 1
    
    Fixes: de9054cb7a70 ("memp: cleaned up MEMP_MEM_MALLOC")
    Signed-off-by: Axel Lin <address@hidden>

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

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


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



reply via email to

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