commit | d209c1eeac4b7951f286591267a7b63169a248fe | [log] [tgz] |
---|---|---|
author | Sathish Ambley <sathishambley@codeaurora.org> | Tue Dec 13 15:27:30 2016 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Feb 24 10:04:21 2017 -0800 |
tree | 0132db932552c83a0c5ef59e746df6ce47f6b1ef | |
parent | 36849af6ba82f0cd312b1e74c868f74d87a3babe [diff] |
msm: ADSPRPC: Buffer length to be copied is truncated The buffer length that is being used to allocate gets truncated due to it being assigned to wrong type causing a much smaller buffer to be allocated than what is required for copying. Change-Id: I30818acd42bd282837c7c7aa16d56d3b95d4dfe7 Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>