Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1524386

Re: mwifiex: printk() overflow with 32-byte SSIDs

From Kalle Valo <kvalo@codeaurora.org>
Newsgroups linux.kernel
Subject Re: mwifiex: printk() overflow with 32-byte SSIDs
Date 2016-11-17 12:20 +0100
Message-ID <sEsTv-8pd-1@gated-at.bofh.it> (permalink)
References <sBqXT-1cd-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Brian Norris <briannorris@chromium.org> wrote:
> SSIDs aren't guaranteed to be 0-terminated. Let's cap the max length
> when we print them out.
> 
> This can be easily noticed by connecting to a network with a 32-octet
> SSID:
> 
> [ 3903.502925] mwifiex_pcie 0000:01:00.0: info: trying to associate to
> '0123456789abcdef0123456789abcdef <uninitialized mem>' bssid
> xx:xx:xx:xx:xx:xx
> 
> Fixes: 5e6e3a92b9a4 ("wireless: mwifiex: initial commit for Marvell mwifiex driver")
> Signed-off-by: Brian Norris <briannorris@chromium.org>
> Cc: <stable@vger.kernel.org>
> Acked-by: Amitkumar Karwar <akarwar@marvell.com>

Patch applied to wireless-drivers.git, thanks.

fcd2042e8d36 mwifiex: printk() overflow with 32-byte SSIDs

-- 
https://patchwork.kernel.org/patch/9418369/

Documentation about submitting wireless patches and checking status
from patchwork:

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: mwifiex: printk() overflow with 32-byte SSIDs Kalle Valo <kvalo@codeaurora.org> - 2016-11-17 12:20 +0100

csiph-web