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


Groups > linux.kernel > #1424174

Re: rtlwifi: fix error handling in *_read_adapter_info()

From Kalle Valo <kvalo@codeaurora.org>
Newsgroups linux.kernel
Subject Re: rtlwifi: fix error handling in *_read_adapter_info()
Date 2016-06-16 17:20 +0200
Message-ID <rKHfj-1xv-3@gated-at.bofh.it> (permalink)
References <rExsl-63s-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Arnd Bergmann <arnd@arndb.de> wrote:
> There are nine copies of the _rtl88ee_read_adapter_info() function,
> and most but not all of them cause a build warning in some configurations:
> 
> rtl8192de/hw.c: In function '_rtl92de_read_adapter_info':
> rtl8192de/hw.c:1767:12: error: 'hwinfo' may be used uninitialized in this function [-Werror=maybe-uninitialized]
> rtl8723ae/hw.c: In function '_rtl8723e_read_adapter_info.constprop':
> rtlwifi/rtl8723ae/hw.c:1654:12: error: 'hwinfo' may be used uninitialized in this function [-Werror=maybe-uninitialized]
> 
> The problem is that when rtlefuse->epromtype is something other than
> EEPROM_BOOT_EFUSE, the rest of the function uses undefined data, resulting
> in random behavior later.
> 
> Apparently, in some drivers, the problem was already found and fixed
> but the fix did not make it into the others.
> 
> This picks one approach to deal with the problem and applies identical
> code to all 9 files, to simplify the later consolidation of those.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

Thanks, 1 patch applied to wireless-drivers-next.git:

5345ea6a4bfb rtlwifi: fix error handling in *_read_adapter_info()

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9141721/

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


Thread

Re: rtlwifi: fix error handling in *_read_adapter_info() Kalle Valo <kvalo@codeaurora.org> - 2016-06-16 17:20 +0200

csiph-web