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. master_at_STABLE-2_0_0-1239-g8fa55e3
Date: Fri, 9 Feb 2018 07:44:22 -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  8fa55e32d2c40dc2ab02d0ef72daf2409f738127 (commit)
      from  010b0210bac10961d1e9ee0a85ebe7bd6b62a8a9 (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 8fa55e32d2c40dc2ab02d0ef72daf2409f738127
Author: goldsimon <address@hidden>
Date:   Fri Feb 9 13:44:10 2018 +0100

    add MEM_OVERFLOW_CHECK and combine code with MEMP_OVERFLOW_CHECK
    
    This moves untouched memory check and defines from memp.c and memp_priv.h
    to mem.c and mem_priv.h (which is new).

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

Summary of changes:
 src/core/mem.c                                    | 162 +++++++++++++++++++---
 src/core/memp.c                                   |  79 ++---------
 src/include/lwip/opt.h                            |  13 ++
 src/include/lwip/{altcp_tcp.h => priv/mem_priv.h} |  58 +++++---
 src/include/lwip/priv/memp_priv.h                 |  30 +---
 5 files changed, 209 insertions(+), 133 deletions(-)
 copy src/include/lwip/{altcp_tcp.h => priv/mem_priv.h} (50%)


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



reply via email to

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