From: BORBELY Zoltan <bozo@andrews.hu>
To: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
Subject: crash bug due to a missing initialization
Date: Fri, 13 Mar 2009 12:18:18 +0100 [thread overview]
Message-ID: <20090313111818.GA5359@zebra.home> (raw)
Hi,
In the ctnetlink_create_expect() function (in file nf_conntrack_netlink.c),
you forgot to initialize exp->class, which causes a crash in the
nf_ct_expect_related() function. I've just put an
exp->class = 0;
line before the exp->expectfn = NULL line, and it has solved the problem.
Bye,
Bozo
next reply other threads:[~2009-03-13 11:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-13 11:18 BORBELY Zoltan [this message]
2009-03-16 8:47 ` crash bug due to a missing initialization Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090313111818.GA5359@zebra.home \
--to=bozo@andrews.hu \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.