From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
To: "Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org>"
<7eggert@gmx.de>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>
Subject: Re: [2.6 patch] sound/oss/rme96xx.c: fix two check after use
Date: Wed, 13 Apr 2005 18:46:11 +0100 [thread overview]
Message-ID: <20050413174611.GU8859@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <E1DLfIV-0000pl-Fa@be1.7eggert.dyndns.org>
On Wed, Apr 13, 2005 at 12:40:38PM +0200, Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org> wrote:
> Al Viro <viro@parcelfarce.linux.theplanet.co.uk> wrote:
> > On Wed, Apr 13, 2005 at 04:17:42AM +0200, Adrian Bunk wrote:
>
> >> This patch fixes two check after use found by the Coverity checker.
> >
> > Bullshit. ->private_data is set by rme96xx_open() to guaranteed non-NULL
> > and never changed elsewhere. Same comment about reading the fscking
> > source, BUG_ON(), etc.
>
> If there are checks, they should be there for a purpose, and any sane
> reader will asume these checks to be nescensary.
Really? Even in "obviously buggy code"?
> If they are dead code, you
> can say that, but please don't flame Adrian for fixing obviously buggy code
...
> in a way that is sane and at least more correct than the original without
> using several days of his lifetime to analyze the whole driver.
Funny, that. "several days" in this case boils down to grep for accesses
to that field in driver (and stuff #included from it). Which yields exactly
one assignment (in ->open()). Combined with understanding that
a) ->open() is definitely going to be executed before any calls of
->read() and
b) nothing in generic code ever touches ->private_data
c) if rme96xx_open() returns 0, it will leave us with non-NULL
->private_data.
Five minutes total. And no, "fix" did not give more correct code -
in all cases it yields exactly the same behaviour. All it does is
* shifting what in effect is if (0) {do something odd} from
one place to another
* making the warning go away
Note that warning had (correctly) pointed to fishy logics in the driver.
Shutting it up and leaving the real problem intact (and hidden) is
not particulary useful.
> Instead, you
> could provide the correct fix.
"Remove bogus checks".
next prev parent reply other threads:[~2005-04-13 17:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3SGgN-41r-1@gated-at.bofh.it>
[not found] ` <3SGA8-4n3-9@gated-at.bofh.it>
2005-04-13 10:40 ` Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org>
2005-04-13 14:58 ` Christoph Hellwig
2005-04-13 17:46 ` Al Viro [this message]
2005-04-13 2:17 Adrian Bunk
2005-04-13 3:03 ` Al Viro
-- strict thread matches above, loose matches on Subject: below --
2005-03-27 21:17 Adrian Bunk
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=20050413174611.GU8859@parcelfarce.linux.theplanet.co.uk \
--to=viro@parcelfarce.linux.theplanet.co.uk \
--cc=7eggert@gmx.de \
--cc=akpm@osdl.org \
--cc=bunk@stusta.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 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®