commit | 2587ab6c7642062ea1791de1868c28b1164a073c | [log] [tgz] |
---|---|---|
author | Edwin Wong <edwinwong@google.com> | Tue Nov 26 14:40:45 2019 -0800 |
committer | Edwin Wong <edwinwong@google.com> | Wed Jan 08 01:20:01 2020 +0000 |
tree | 6c2e29839ae30177cc4b9e21b51a02159767fa33 | |
parent | 1d2cccfd2abecda52b49f123bf5905079578c542 [diff] |
[DO NOT MERGE] Fix heap buffer overflow for releaseSecureStops. If the input SecureStopRelease size is less than sizeof(uint32_t) in releaseSecureStops(), an out of bound read will occur. bug: 144766455 bug: 144746235 bug: 147281068 Test: sts ANDROID_BUILD_TOP= ./android-sts/tools/sts-tradefed run sts-engbuild-no-spl-lock -m StsHostTestCases --test android.security.sts.Poc19_11#testPocBug_144766455 Change-Id: I050504c1ef4e5c41fb47ee97e98db41399288a91