From: Florian Westphal Date: Tue, 27 Aug 2013 09:47:26 +0000 (+0200) Subject: netfilter: ctnetlink: fix uninitialized variable X-Git-Tag: v3.12-rc1~132^2~167^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e092c05b308674c642ed7fb754d555f0ebba81;p=pandora-kernel.git netfilter: ctnetlink: fix uninitialized variable net/netfilter/nf_conntrack_netlink.c: In function 'ctnetlink_nfqueue_attach_expect': 'helper' may be used uninitialized in this function It was only initialized in if CTA_EXPECT_HELP_NAME attribute was present, it must be NULL otherwise. Problem added recently in bd077937 (netfilter: nfnetlink_queue: allow to attach expectations to conntracks). Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed