commit | c7313cc6de38a566fc9db05c892cc69482014b96 | [log] [tgz] |
---|---|---|
author | Gaurav Nebhwani <gauravn@codeaurora.org> | Tue Dec 15 22:25:04 2015 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Mar 17 04:14:25 2016 -0700 |
tree | 43737c383f909244b2ac1c26899e2b2909b768f2 | |
parent | 80cab499a78a31f050135cb722aa6912a27d0d89 [diff] |
platform: msm_shared: add buffer overread check read_der_message_length assumes the size of input buffer itself but this function is called by multiple functions that might have different buffer size, so length of buffer is passed as a parameter and added in the check. Change-Id: I789a39fa670a3c191e6ea8e01bacc1221b472bf0