From: Patrick McHardy Date: Tue, 9 Jan 2007 08:03:26 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack_netbios_ns: fix uninitialized member in expectation X-Git-Tag: v2.6.20-rc5~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88044c8c9635b2ec67a27c6f334965e5b97eb2c7;p=pandora-kernel.git [NETFILTER]: nf_conntrack_netbios_ns: fix uninitialized member in expectation ->helper is uninitialized in the expectation registered by the netbios_ns helper and it later copied to the expected connection, which causes invalid memory dereferences when trying to call the helper. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed