commit | 6c5064271f1ffe4b5b081a3e2d52b0420a2797a3 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Tue Feb 22 11:15:51 2022 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Mon May 16 15:55:35 2022 +0200 |
tree | 40dac698b12b406c00760352601133651956fbd1 | |
parent | ea339efd118d01b54765b98a2f2627fa5b4cdb3e [diff] |
Fix clipping of returned data size in secure_storage_provider The secure_storage_provider logic in the get_handler was incorrect and could result in the return data being incorrectly clipped in length because of the use of an uninitialized variable. This commit fixes the logic. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: Id7ab5596015c918311ba42064092f2369fa31cb2