]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT
authorFaidon Liambotis <paravoid@debian.org>
Wed, 22 Nov 2006 05:46:02 +0000 (21:46 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 25 Nov 2006 23:16:47 +0000 (15:16 -0800)
commit2401f64d414292a3196afe23e4800b39ad7d43d6
tree1eedc8441bfbdca3f85c72aff5c599f4af7b447a
parentaf0867169c47ca1e634c32de12a73d095d81f8fa
[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT

H.323 connection tracking code calls ip_ct_refresh_acct() when
processing RCFs and URQs but passes NULL as the skb.
When CONFIG_IP_NF_CT_ACCT is enabled, the connection tracking core tries
to derefence the skb, which results in an obvious panic.
A similar fix was applied on the SIP connection tracking code some time
ago.

Signed-off-by: Faidon Liambotis <paravoid@debian.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_helper_h323.c