commit | 14d6757de28c61c371269a1e44b17205d2a735f1 | [log] [tgz] |
---|---|---|
author | Krishna C R <krishna.cr@ittiam.com> | Tue Nov 17 15:33:20 2020 +0530 |
committer | Stacie Mashnitskaya <mashnitskaya@google.com> | Wed Nov 18 17:07:47 2020 -0800 |
tree | 79fcf7b4fbadbb997b58bb203597bb8467480df5 | |
parent | d7f753353475d7c4bdfc2a387a4438b42fe65367 [diff] |
[RESTRICT AUTOMERGE] Updated the CTS test for Android Security b/112891564 Bug: 112891564 Bug: 117433881 Bug: 161014225 Bug: 173026466 Test: Ran the new testcase on android-9.0.0_r1 with/without patch Change-Id: Icb3ebb62a22e13f71d0b628ed5cfd329e1946db7
diff --git a/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/poc.cpp b/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/poc.cpp index f927408..37dfede 100644 --- a/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/poc.cpp +++ b/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/poc.cpp
@@ -157,7 +157,7 @@ } else { INT_PCM outputBuf[kMaxOutBufferSize]; aacDecoder_DecodeFrame(mAacDecoderHandle, outputBuf, - sizeof(outputBuf), 0); + kMaxOutBufferSize, 0); if (valid >= inputSize) { return; }