commit | 69a226967e36218db51cf3d037e12336605392df | [log] [tgz] |
---|---|---|
author | Tanwee Kausar <tkausar@codeaurora.org> | Mon Aug 10 16:10:50 2020 -0700 |
committer | Christian Hoffmann <chrmhoffmann@gmail.com> | Sat Aug 21 13:22:33 2021 +0200 |
tree | c21f6d44fdcfcd2a07667914102e9a42fea9ce06 | |
parent | 9ace8233b1eb5862031890b4decec0606becb71c [diff] |
crypto: Fix possible stack out of bound error Adding fix to check upper limit on the length of the destination array while copying elements from source address to avoid stack out of bound error. Change-Id: Ieb24e8f9b4a2b53fbc9442b25d790b12f737d471 Signed-off-by: Tanwee Kausar <tkausar@codeaurora.org> Issue: SEC-2931 (cherry picked from commit 4e921964bd0686950cd89eca69e77a5f3f109d3a)