From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: davej@suse.de
Cc: Alan Cox <alan@redhat.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] More network pci_enable cleanups.
Date: Sun, 11 Feb 2001 07:12:15 -0500 [thread overview]
Message-ID: <3A86819F.799C4311@mandrakesoft.com> (raw)
In-Reply-To: <Pine.LNX.4.31.0102111159430.6348-100000@athlon.local>
davej@suse.de wrote:
> > > - int cards_found = 0;
> > > + int cards_found;
> > Rejected. Introduces bug. That zero is required!
>
> Refresh my memory here. I thought unitialised vars go to bss,
> and get zeroed at boot time ?
cards_found is on the stack, which can contain random crap..
Jeff
--
Jeff Garzik | "You see, in this world there's two kinds of
Building 1024 | people, my friend: Those with loaded guns
MandrakeSoft | and those who dig. You dig." --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2001-02-11 12:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-11 2:56 [PATCH] More network pci_enable cleanups davej
2001-02-11 3:54 ` Jeff Garzik
2001-02-11 12:02 ` davej
2001-02-11 12:12 ` Jeff Garzik [this message]
2001-02-11 11:12 ` Arnaldo Carvalho de Melo
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=3A86819F.799C4311@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=alan@redhat.com \
--cc=davej@suse.de \
--cc=linux-kernel@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.