All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix two possible Buffer overflow in mwifiex
@ 2020-01-02  2:39 m1s5p6688
  2020-01-02  2:39 ` [PATCH 1/2] mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status() m1s5p6688
  2020-01-02  2:39 ` [PATCH 2/2] mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv() m1s5p6688
  0 siblings, 2 replies; 4+ messages in thread
From: m1s5p6688 @ 2020-01-02  2:39 UTC (permalink / raw)
  To: linux-wireless; +Cc: amitkarwar, nishants, gbhat, huxinming820

From: Qing Xu <m1s5p6688@gmail.com>

Hi,

this is fixes for a few spots that perform memcpy() without checking
the source and the destination size in mwifiex driver, which may lead
to buffer overflows or read over boundary.


Qing Xu

===

Qing Xu (2):
  mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
  mwifiex: Fix possible buffer overflows in
    mwifiex_cmd_append_vsie_tlv()

 drivers/net/wireless/marvell/mwifiex/scan.c | 7 +++++++
 drivers/net/wireless/marvell/mwifiex/wmm.c  | 4 ++++
 2 files changed, 11 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2020-01-27 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-02  2:39 [PATCH 0/2] Fix two possible Buffer overflow in mwifiex m1s5p6688
2020-01-02  2:39 ` [PATCH 1/2] mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status() m1s5p6688
2020-01-27 14:34   ` Kalle Valo
2020-01-02  2:39 ` [PATCH 2/2] mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv() m1s5p6688

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.