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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-126-gf488c5b
Date: Sat, 17 Dec 2016 21:08:27 +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  f488c5b7bc5c0f003674f6f596d2452f6994c0cc (commit)
      from  5c1dd6a4c65b9fb9c8628ffc911478855979d6e9 (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 f488c5b7bc5c0f003674f6f596d2452f6994c0cc
Author: Axel Lin <address@hidden>
Date:   Sat Dec 17 22:41:11 2016 +0800

    igmp: Fix optimized code for igmp_remove_group
    
    The code in the for loop checks tmp_group->next == group, so current code
    actually checks from the 3rd entry in the linked groups list. Fix it.
    
    Fixes: 5c1dd6a4c65b ("Optimization in igmp_remove_group() pointed out by 
Axel Lin")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/ipv4/igmp.c |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)


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



reply via email to

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