netfilter: Fix removal of GRE expectation entries created by PPTP
authorAnthony Lineham <anthony.lineham@alliedtelesis.co.nz>
Wed, 21 Oct 2015 22:17:03 +0000 (11:17 +1300)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 9 Nov 2015 12:32:14 +0000 (13:32 +0100)
commitc255cb2ed3c7960b2c68f45de1dc0ac2197c8f78
treea388576a6b03b2ce438f2de452d7087b57397e81
parente75cb467df29a428612c162e6f1451c5c0717091
netfilter: Fix removal of GRE expectation entries created by PPTP

The uninitialized tuple structure caused incorrect hash calculation
and the lookup failed.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=106441
Signed-off-by: Anthony Lineham <anthony.lineham@alliedtelesis.co.nz>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_nat_pptp.c