From: Oscar Carter <oscar.carter@gmx.com>
To: Joe Perches <joe@perches.com>,
Ajay.Kathat@microchip.com, adham.abozaeid@microchip.com
Cc: Oscar Carter <oscar.carter@gmx.com>,
gregkh@linuxfoundation.org, rachel.kim@atmel.com,
johnny.kim@atmel.com, chris.park@atmel.com, dean.lee@atmel.com,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] staging: wilc1000: Increase the size of wid_list array
Date: Mon, 4 May 2020 16:43:13 +0200 [thread overview]
Message-ID: <20200504144313.GA3213@ubuntu> (raw)
In-Reply-To: <d3e07dfd0efe21192d172b2e4e7d4a489a4fcc62.camel@perches.com>
On Sun, May 03, 2020 at 04:29:53PM -0700, Joe Perches wrote:
> On Sun, 2020-05-03 at 14:52 +0000, Ajay.Kathat@microchip.com wrote:
> > On 03/05/20 1:21 pm, Oscar Carter wrote:
> > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> > >
> > > Increase by one the size of wid_list array as index variable can reach a
> > > value of 5. If this happens, an out-of-bounds access is performed.
> > >
> > > Addresses-Coverity-ID: 1451981 ("Out-of-bounds access")
> > > Fixes: f5a3cb90b802d ("staging: wilc1000: add passive scan support")
> > > Signed-off-by: Oscar Carter <oscar.carter@gmx.com>
> []
> > > diff --git a/drivers/staging/wilc1000/hif.c b/drivers/staging/wilc1000/hif.c
> []
> > > @@ -151,7 +151,7 @@ int wilc_scan(struct wilc_vif *vif, u8 scan_source, u8 scan_type,
> > > void *user_arg, struct cfg80211_scan_request *request)
> > > {
> > > int result = 0;
> > > - struct wid wid_list[5];
> > > + struct wid wid_list[6];
>
> This looks like it should be using a #define instead of
> a hard-coded number.
I agree. I will make the changes you suggested and I will resend a new version.
> > > u32 index = 0;
> > > u32 i, scan_timeout;
> > > u8 *buffer;
> > > --
> > > 2.20.1
>
Thanks,
Oscar Carter
prev parent reply other threads:[~2020-05-04 14:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-03 7:51 [PATCH v2] staging: wilc1000: Increase the size of wid_list array Oscar Carter
2020-05-03 14:52 ` Ajay.Kathat
2020-05-03 23:29 ` Joe Perches
2020-05-04 14:43 ` Oscar Carter [this message]
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=20200504144313.GA3213@ubuntu \
--to=oscar.carter@gmx.com \
--cc=Ajay.Kathat@microchip.com \
--cc=adham.abozaeid@microchip.com \
--cc=chris.park@atmel.com \
--cc=dean.lee@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=joe@perches.com \
--cc=johnny.kim@atmel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=rachel.kim@atmel.com \
/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;
as well as URLs for NNTP newsgroup(s).