commit | 989c76bbad08aaae0f3dc0314a9fb364d536c323 | [log] [tgz] |
---|---|---|
author | Hardik Arya <harya@codeaurora.org> | Mon Apr 22 15:12:51 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jan 16 22:11:07 2020 -0800 |
tree | 633b3910fcef2780eb4c16a50e39885aa1353a00 | |
parent | 2e230aee0f756f1a844ace4059abae4dba43d1c5 [diff] |
diag: Prevent out-of-bound access while processing stm cmd Proper buffer length check is missing before processing stm cmd, which can lead to out-of-bound access. The patch adds proper check for the same. Change-Id: I57ad12166704eb69cceff27ac73d1a59300b3e79 Signed-off-by: Hardik Arya <harya@codeaurora.org>