net/bridge/br_if.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
commit a786efc2ce1c780c006017f71ba0fb605e56fd7e
Author: Jeff Hansen <[email protected]>
Date:   Mon Sep 28 12:54:25 2009 -0700

    bridge: Fix double-free in br_add_if.
    
    There is a potential double-kfree in net/bridge/br_if.c.  If br_fdb_insert
    fails, then the kobject is put back (which calls kfree due to the kobject
    release), and then kfree is called again on the net_bridge_port.  This
    patch fixes the crash.
    
    Thanks to Stephen Hemminger for the one-line fix.
    
    Signed-off-by: Jeff Hansen <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=a786efc2ce1c780c006017f71ba0fb605e56fd7e
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to