[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. 1a7ba24d13aaf8f350475b61e544e4217c02d93d |
Date: |
Fri, 4 Nov 2016 19:16:33 +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 1a7ba24d13aaf8f350475b61e544e4217c02d93d (commit)
from d4384cfac41c83e67179013b9d59f6ecb84bf03a (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 1a7ba24d13aaf8f350475b61e544e4217c02d93d
Author: Axel Lin <address@hidden>
Date: Fri Nov 4 09:01:58 2016 +0800
memp: Fix memp_overflow_check_all failure
p needs to point to LWIP_MEM_ALIGN(memp_pools[i]->base) otherwise it will
cause
assertion in overflow checking.
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 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1a7ba24d13aaf8f350475b61e544e4217c02d93d,
Dirk Ziegelmeier <=