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-492-gf7d2150
Date: Wed, 22 Mar 2017 17:51:23 -0400 (EDT)

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  f7d215043cdc5738729a1a5ad313cf69500cb6fc (commit)
       via  7eba14cb76a131f262c2a760df4bb9402f315a64 (commit)
      from  08cb949aea0ceb4c61868f64edfc80b654653367 (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 f7d215043cdc5738729a1a5ad313cf69500cb6fc
Author: Mikhail Lappo <address@hidden>
Date:   Wed Mar 22 22:14:24 2017 +0100

    Possible null-pointer dereference
    
    In unit test if_fail check for nullptr
    is always located after dereferencing this
    null pointer. This patch introduces correct
    order: first check, then use

commit 7eba14cb76a131f262c2a760df4bb9402f315a64
Author: Mikhail Lappo <address@hidden>
Date:   Wed Mar 22 22:06:21 2017 +0100

    Possible null-pointer dereference
    
    The value should be dereferenced after
    assertion is performed. This can lead
    to crash

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

Summary of changes:
 src/apps/mqtt/mqtt.c       |  3 ++-
 test/unit/mdns/test_mdns.c | 42 +++++++++++++++++++++---------------------
 2 files changed, 23 insertions(+), 22 deletions(-)


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



reply via email to

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