commit | ac89cc97eb2ae3c684d7bc725410977b53b6d7b0 | [log] [tgz] |
---|---|---|
author | Lior David <liord@codeaurora.org> | Thu Sep 28 13:44:54 2017 +0300 |
committer | Lior David <liord@codeaurora.org> | Thu Sep 28 13:44:54 2017 +0300 |
tree | 13c11aef708599ca30cf3d89afed8374955a20e7 | |
parent | 4346fc52e6f720d7fa59008019b9560357c11021 [diff] |
wil6210: potential buffer overflow in wmi_evt_aoa_meas The code in wmi_evt_aoa_meas can potentially overflow a data buffer if the len parameter is smaller than offsetof(struct wmi_aoa_meas_event, meas_data). Add protection against this case. Change-Id: I3f86f231e0c6b5ac54abbb9865cba0cbbd8d0448 Signed-off-by: Lior David <liord@codeaurora.org>