linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] mwifiex: potential integer underflow and invalid mem access
@ 2013-10-22 22:24 Bing Zhao
  2013-10-22 22:24 ` [PATCH 1/6] mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status() Bing Zhao
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bing Zhao @ 2013-10-22 22:24 UTC (permalink / raw)
  To: linux-wireless
  Cc: John W. Linville, Dan Carpenter, Amitkumar Karwar, Avinash Patil,
	Nishant Sarmukadam, Frank Huang, Bing Zhao

This patch series fixes potential integer underflow and invalid memory access issues reported by Dan Carpenter.

Amitkumar Karwar (5):
  mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group
  mwifiex: fix invalid memory access in mwifiex_get_power_level()
  mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg()
  mwifiex: fix invalid memory access in mwifiex_update_autoindex_ies()
  mwifiex: improvements in mwifiex_ret_tx_power_cfg()

Dan Carpenter (1):
  mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()

 drivers/net/wireless/mwifiex/fw.h          |  4 +-
 drivers/net/wireless/mwifiex/ie.c          | 11 ++--
 drivers/net/wireless/mwifiex/sta_cmd.c     |  4 +-
 drivers/net/wireless/mwifiex/sta_cmdresp.c | 81 +++++++++++++++---------------
 drivers/net/wireless/mwifiex/sta_ioctl.c   |  5 +-
 drivers/net/wireless/mwifiex/wmm.c         |  3 ++
 6 files changed, 58 insertions(+), 50 deletions(-)

-- 
1.8.2.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-22 22:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 22:24 [PATCH 0/6] mwifiex: potential integer underflow and invalid mem access Bing Zhao
2013-10-22 22:24 ` [PATCH 1/6] mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status() Bing Zhao
2013-10-22 22:24 ` [PATCH 2/6] mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group Bing Zhao
2013-10-22 22:24 ` [PATCH 3/6] mwifiex: fix invalid memory access in mwifiex_get_power_level() Bing Zhao
2013-10-22 22:24 ` [PATCH 4/6] mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg() Bing Zhao
2013-10-22 22:24 ` [PATCH 5/6] mwifiex: fix invalid memory access in mwifiex_update_autoindex_ies() Bing Zhao
2013-10-22 22:24 ` [PATCH 6/6] mwifiex: improvements in mwifiex_ret_tx_power_cfg() Bing Zhao

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).