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-1148-g2d06483
Date: Tue, 9 Jan 2018 04:25:59 -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  2d06483d8e28b98939f5d06f996c09e26a008d32 (commit)
      from  deab51c36d3e94632c39f81106fbf604e062848a (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 2d06483d8e28b98939f5d06f996c09e26a008d32
Author: goldsimon <address@hidden>
Date:   Tue Jan 9 10:24:26 2018 +0100

    ip4_frag: don't use LWIP_ERROR where we might depend in input data
    
    fuzz test revealed that an ip header with options might land in ip4_frag() 
via ICMP. In this case, we can't use LWIP_ERROR() to check for not having ip 
options as that might be defined to assert

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

Summary of changes:
 src/core/ipv4/ip4_frag.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


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



reply via email to

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