diff options
author | Faidon Liambotis <paravoid@debian.org> | 2006-11-21 21:46:02 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-11-25 15:16:47 -0800 |
commit | 38f7efd52c4f3f0b22c460eadbfe7c42f9ebff82 (patch) | |
tree | 1eedc8441bfbdca3f85c72aff5c599f4af7b447a /net/ipx | |
parent | 5d48545e5e88ab7a27ba6a5cb1e8fff617754b61 (diff) |
[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>
Diffstat (limited to 'net/ipx')
0 files changed, 0 insertions, 0 deletions