commit | 74a8c816fa8fa7862df870660e9821abb56649fe | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 03 11:43:37 2020 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Dec 03 18:00:45 2020 +0200 |
tree | 4bb4217bf4c0ad15a41b89acc3bdac0ff3ee738e | |
parent | 807982017730cfe853fce49ba26d453e31c84898 [diff] |
rtw88: debug: Fix uninitialized memory in debugfs code This code does not ensure that the whole buffer is initialized and none of the callers check for errors so potentially none of the buffer is initialized. Add a memset to eliminate this bug. Fixes: e3037485c68e ("rtw88: new Realtek 802.11ac driver") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/X8ilOfVz3pf0T5ec@mwanda