commit | d5414c2355b20ea8201156d2e874265f1cb0d775 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Sat Mar 23 15:49:16 2019 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Apr 25 19:42:26 2019 +0300 |
tree | 8e9b39ab013dd4feab46f066ff004ba6d903359f | |
parent | 9490c5602445d81d36311a81a74d0399bbb42170 [diff] |
rsi: Fix NULL pointer dereference in kmalloc kmalloc can fail in rsi_register_rates_channels but memcpy still attempts to write to channels. The patch replaces these calls with kmemdup and passes the error upstream. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>