commit | 8859d87ed278b13cdf170c58912eaf67a2931550 | [log] [tgz] |
---|---|---|
author | Venkatarama NG. Avadhani <[email protected]> | Thu Feb 15 09:33:38 2018 +0530 |
committer | android-build-team Robot <[email protected]> | Fri Apr 13 22:57:40 2018 +0000 |
tree | 881e386865fb75013035ab2786ded474e5f499c9 | |
parent | f012c6d0b16644c67639537179390d3c89dee37c [diff] |
Adding Internal Input Buffer Allocating a input buffer in the decoder context and copying all input to this buffer before using. This will ensure that we do not access memory out of bounds because of our bit read optimisations. Bug: 72764648 Test: poc before/after Change-Id: Ide6c58291fa1d0472a9589c95aba231d13122a19 (cherry picked from commit 1532e414898ae7c0abc44cab66681054edceb1f7)