commit | 33ef7de9ddc8ea7eb9cbc440d1cf89957a0c267b | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Fri Dec 23 15:29:14 2016 +0530 |
committer | Ray Essick <essick@google.com> | Thu Jan 19 09:17:00 2017 -0800 |
tree | 6f5c7f79c82cd70f3d40dff036377bd08d2aaef5 | |
parent | ab0e4254066f1f7de1433f7402cafc748cc73374 [diff] |
Decoder: Fixes an out of bound write in bitstream buffer [for mnc-dr-dev and later; mnc-dev gets a different patch] After emulation prevention, data is written as an int, so at least 3 additional bytes should be available. And since bitstream functions read 8 bytes ahead, 8 extra bytes should be available in the bitstream buffer. Bug: 33934721 Change-Id: I444ec6f85d01b0bade9f827e15c4b476779d6c69