[Bug 726] Oops in nf_conntrack.
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Tue Jun 28 22:43:24 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=726
Jaka Hudoklin <jakahudoklin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Jaka Hudoklin <jakahudoklin at gmail.com> 2011-06-28 22:43:24 ---
This is patch that works for me. Dunno if it is patched correctly.
*** a/net/netfilter/nfnetlink.c 2011-04-19 17:17:35.000000000 +0200
--- b/net/netfilter/nfnetlink.c 2011-06-28 14:07:19.689811219 +0200
***************
*** 99,104 ****
--- 99,106 ----
int nfnetlink_has_listeners(struct net *net, unsigned int group)
{
+ if(net->nfnl==NULL)
+ return 0;
return netlink_has_listeners(net->nfnl, group);
}
EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list