All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Dobriyan <adobriyan@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH] Fix gcc4 warning,
Date: Fri, 20 May 2005 19:41:49 +0000	[thread overview]
Message-ID: <200505202341.49477.adobriyan@gmail.com> (raw)
In-Reply-To: <428E3224.8030307@cs.pdx.edu>

On Friday 20 May 2005 22:53, Jesse Millan wrote:
> This patch eliminates the warning that is generated when passing an
> uninitialized variable to a function, and in that function it 'looks'
> like you may read the contents.
> 
> In this case, the address of a local variable 'idx' is passed to the
> function bvec_alloc_bs(). Inside bvec_alloc_bs(), it is possible that
> no value will be assigned to idx, in which case the function immediately
> returns null and does not go on to read it. Human eyes can see that its
> safe.

I think this should go straight to http://gcc.gnu.org/bugzilla/enter_bug.cgi
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

  reply	other threads:[~2005-05-20 19:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-20 18:53 [KJ] [PATCH] Fix gcc4 warning, Jesse Millan
2005-05-20 19:41 ` Alexey Dobriyan [this message]
2005-05-22  9:25 ` Arnd Bergmann
2005-05-23  1:05 ` Arnd Bergmann
2005-05-24  4:52 ` Jesse Millan
2005-05-24  4:56 ` Jesse Millan
2005-05-25  6:09 ` Jesse Millan
2005-05-25 22:41 ` Jesse Millan
2005-05-26 21:07 ` Arnd Bergmann

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=200505202341.49477.adobriyan@gmail.com \
    --to=adobriyan@gmail.com \
    --cc=kernel-janitors@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.