commit | 6fe85f7e15203e48df2cc3e8e1c4bc6ad49dc968 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Aug 07 11:19:24 2015 -0700 |
committer | The Android Automerger <android-build@google.com> | Thu Aug 13 19:40:29 2015 -0700 |
tree | 175705598616625d8f7cac9f55e372d6d3d1e444 | |
parent | 304ef91624e12661e7e35c2c0c235da84a73e9c0 [diff] |
MPEG4Extractor.cpp: handle chunk_size > SIZE_MAX chunk_size is a uint64_t, so it can legitimately be bigger than SIZE_MAX, which would cause the subtraction to underflow. https://code.google.com/p/android/issues/detail?id=182251 Bug: 23034759 Change-Id: Ic1637fb26bf6edb0feb1bcf2876fd370db1ed547