[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190731122841.GA1974@kadam>
Date: Wed, 31 Jul 2019 15:28:41 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Aurélien Aptel <aaptel@...e.com>
Cc: Colin King <colin.king@...onical.com>,
samba-technical@...ts.samba.org, Steve French <sfrench@...ba.org>,
linux-cifs@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cifs: remove redundant assignment to variable rc
On Wed, Jul 31, 2019 at 12:09:31PM +0200, Aurélien Aptel wrote:
> Colin King <colin.king@...onical.com> writes:
> > Variable rc is being initialized with a value that is never read
> > and rc is being re-assigned a little later on. The assignment is
> > redundant and hence can be removed.
>
> I think I would actually rather have rc set to an error by default than
> uninitialized. Just my personal opinion.
You're just turning off GCC's static analysis (and introducing false
positives) when you do that. We have seen bugs caused by this and never
seen any bugs prevented by this style.
regards,
dan carpenter
Powered by blists - more mailing lists