Files
linux/drivers/net
Qing Xu b70261a288 mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()
mwifiex_cmd_append_vsie_tlv() calls memcpy() without checking
the destination size may trigger a buffer overflower,
which a local user could use to cause denial of service
or the execution of arbitrary code.
Fix it by putting the length check before calling memcpy().

Signed-off-by: Qing Xu <m1s5p6688@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2020-01-27 16:34:34 +02:00
..
2020-01-27 13:05:43 +01:00
2020-01-25 10:43:19 +01:00
2020-01-21 12:02:25 +01:00
2019-12-09 10:36:44 -08:00
2020-01-17 11:27:49 +01:00
2020-01-14 11:31:41 -08:00
2019-12-08 17:48:42 -08:00
2019-10-24 14:53:48 -07:00