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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. a82ec4499f02585ae093ba676ee92ba25b2093cf
Date: Thu, 3 Nov 2016 11:22:54 +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  a82ec4499f02585ae093ba676ee92ba25b2093cf (commit)
      from  7d8989e3eae0e2c801088edd8727f58e577dbc81 (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 a82ec4499f02585ae093ba676ee92ba25b2093cf
Author: Erik Ekman <address@hidden>
Date:   Thu Nov 3 12:13:05 2016 +0100

    memp: Check for null in memp_free
    
    When memp_free_pool was split out from memp_free (c838e1ed5b8c42648de2),
    the check for freeing the null pointer was lost.
    
    This resulted in the null value being put back in the list of free
    objects, causing all subsequent allocations of that type to fail.

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

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


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



reply via email to

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