commit | 274f64c7d6367f13c7852256b10339a3b75529f2 | [log] [tgz] |
---|---|---|
author | Joshua J. Drake <android-open-source@qoop.org> | Wed Apr 08 22:21:53 2015 -0500 |
committer | Nick Kralevich <nnk@google.com> | Thu Apr 09 17:34:16 2015 -0700 |
tree | c5f043db0331030ca906218addd11e29dda679d2 | |
parent | f35ff157134456d30f4cd32b463e32bbbf796cc9 [diff] |
Fix null-pointer-dereferences accessing the SampleTable While processing various sample table related FourCC values, methods are called on a NULL mLastTrack or sampleTable object. This leads to undefined behavior which typically results in a crash (denial of service condition). Bug: 20139950 Change-Id: Ie2dd8222e702d8bf95faf7d2bd44e6303cd21f68