diff options
author | Christian Engelmayer <cengelma@gmx.at> | 2014-04-24 22:35:56 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-30 18:08:17 +0200 |
commit | 4c10416236732f205ed1670064da46306d66a2ce (patch) | |
tree | c88ff4f45b1b32e0b84c148602719d001c5c0c53 /drivers/net/wireless/iwlegacy/4965-mac.c | |
parent | rtlwifi: rtl8723be: disable MSI interrupts mode (diff) | |
download | linux-4c10416236732f205ed1670064da46306d66a2ce.tar.xz linux-4c10416236732f205ed1670064da46306d66a2ce.zip |
wlcore: fix usage of platform_device_add_data()
Coverity CID 986698 reports leakage of struct wlcore_platdev_data in the
probe functions of both the SPI/SDIO interfaces. The structure passed to
platform_device_add_data() is dynamically allocated and only freed in the
error paths, however, platform_device_add_data() adds a copy of the platform
specific data to the device. Move the temporary struct that is kmemdup'ed
to the stack. This issue exists since afb43e6d (wlcore: remove if_ops from
platform_data).
Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions