mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Benny Halevy <bhalevy@panasas.com>
Cc: Greg KH <greg@kroah.com>,
	linux-kernel@vger.kernel.org, Benny Halevy <bhalevy@panasas.com>
Subject: Re: [PATCH] usb: fix uninitialized variables in keyspan_pda
Date: Fri, 27 Jun 2008 09:58:16 +0100	[thread overview]
Message-ID: <20080627095816.4b9c8a2e@lxorguk.ukuu.org.uk> (raw)
In-Reply-To: <1214553534-9970-1-git-send-email-bhalevy@panasas.com>

On Fri, 27 Jun 2008 10:58:54 +0300
Benny Halevy <bhalevy@panasas.com> wrote:

> The compiler (gcc 4.3.0) warns that status might be used uninitialized
> in keyspan_pda_tiocmget and keyspan_pda_tiocmset.
> 
> It is technically correct and therefore this patch initializes
> status to 0 in both cases.
> 
> Note that keyspan_pda_get_modem_info sets *value only when
> usb_control_msg returns rc > 0, otherwise it must
> return an error rc < 0, and it must never return rc == 0, hence
> a WARN_ON(rc == 0) was added in case usb_control_msg ever return 0.

That seems like overkill - and by forcing status to 0 you will hide
future gcc error catches. Far better to change the two callers to test
for > 0 not >= 0 surely ?

Alan

  reply	other threads:[~2008-06-27  9:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26 14:52 keyspan_pda.c use of keyspan_pda_get_modem_info Benny Halevy
2008-06-26 15:23 ` Alan Cox
2008-06-27  4:17   ` Greg KH
2008-06-27  7:18     ` Benny Halevy
2008-06-27  7:58       ` [PATCH] usb: fix uninitialized variables in keyspan_pda Benny Halevy
2008-06-27  8:58         ` Alan Cox [this message]
2008-06-27  9:22           ` Benny Halevy
2008-06-27 20:25             ` Greg KH

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=20080627095816.4b9c8a2e@lxorguk.ukuu.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=bhalevy@panasas.com \
    --cc=greg@kroah.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®