commit | 5c4428f6391478ae983e1fcf7c42c832aa1a5e69 | [log] [tgz] |
---|---|---|
author | Joshua J. Drake <android-open-source@qoop.org> | Wed Apr 08 23:44:57 2015 -0500 |
committer | Nick Kralevich <nnk@google.com> | Mon Aug 03 16:22:53 2015 -0700 |
tree | 6aeee1c3b1a0ca4a4447c6b3244d33362a76f811 | |
parent | 3cc11bfc00cbb3ed87a4464777a75606b4973b51 [diff] |
Fix integer overflow during MP4 atom processing A few sample table related FourCC values are handled by the setSampleToChunkParams function. An integer overflow exists within this function. Validate that mNumSampleToChunkOffets will not cause an integer overflow. Bug: 20139950 Change-Id: I1972cc185fce5e058afa143ad5eabcc269ad324d (cherry picked from commit c24607c29c96f939aed9e33bfa702b1dd79da4b7)