commit | f44d9bc12acec4e7ad42b441817a99bd2223d062 | [log] [tgz] |
---|---|---|
author | Anton Hansson <[email protected]> | Wed Jun 17 16:58:24 2020 +0100 |
committer | Anton Hansson <[email protected]> | Sat Jun 20 23:53:25 2020 +0000 |
tree | 48a6d376d30af2465890093fa0b335c37561ac88 | |
parent | 36bdb16019e1eee1dfd7ffdb344b9b581744d014 [diff] |
Handle 64-bit and end-of-file box lengths in IsoInterface The previous code didn't recognize the special cases of - length 0 => the box extends to the end of file - length 1 => the real length is 64-bit data after the type As a result, this could in certain cases lead to video files being incorrectly parsed in location data not being redacted. Bug: 134155286 Test: atest MediaStore_Video_MediaTest Change-Id: Idad81e161bb998c933ac8a81a3ebf12f59391a16