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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 953dd5b628d935b847ccc26d3a54603df735f26f
Date: Sun, 7 Aug 2016 22:20:53 +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  953dd5b628d935b847ccc26d3a54603df735f26f (commit)
      from  455a41822ef28d8118c10a57fdec616633447805 (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 953dd5b628d935b847ccc26d3a54603df735f26f
Author: Sylvain Rochet <address@hidden>
Date:   Mon Aug 8 00:14:45 2016 +0200

    PPP, PPPoE: remove useless checks
    
    pppoe_softc_list is always not null when pppoe_find_softc_by_session is
    called, furthermore pppoe_softc_list being null here does not hurt.
    
    session is still checked whatsoever in pppoe_find_softc_by_session,
    prechecking the session value for a value which can't really happen
    except for forged frames does not add any value.

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

Summary of changes:
 src/netif/ppp/pppoe.c |    8 --------
 1 file changed, 8 deletions(-)


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



reply via email to

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