Revision: netfilter-ha--mainline--1.0--patch-35 Archive: hidden@sch.bme.hu--2005-public Creator: Krisztian Kovacs Date: Thu Feb 2 23:30:14 CET 2006 Standard-date: 2006-02-02 22:30:14 GMT Modified-files: ct_sync/ct_sync_main.c New-patches: hidden@sch.bme.hu--2005-public/netfilter-ha--mainline--1.0--patch-35 Summary: Fix use of unitializied tuplehash list-head Keywords: * ct_sync/ct_sync_main.c (ct_sync_msg_process_update_ct): ct_sync fails to initialize its tuplehash list-head upon creation of a new conntrack, so that an list_del() later on in destroy_conntrack() leads to a crash. This patch initializes the list-head. Signed-off-by: Harald Welte Signed-off-by: Patrick McHardy Signed-off-by: Holger Eitzenberger