All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: BORBELY Zoltan <bozo@andrews.hu>
Cc: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
Subject: Re: crash bug due to a missing initialization
Date: Mon, 16 Mar 2009 09:47:55 +0100	[thread overview]
Message-ID: <49BE123B.4070403@netfilter.org> (raw)
In-Reply-To: <20090313111818.GA5359@zebra.home>

BORBELY Zoltan wrote:
> 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.

Good catch.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

      reply	other threads:[~2009-03-16  8:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 11:18 crash bug due to a missing initialization BORBELY Zoltan
2009-03-16  8:47 ` Pablo Neira Ayuso [this message]

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=49BE123B.4070403@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=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.