commit | 0e20b2093aa2bbc93afed8d68d3765d18a431b74 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Aug 07 11:19:24 2015 -0700 |
committer | Nick Kralevich <nnk@google.com> | Fri Aug 07 11:31:22 2015 -0700 |
tree | c879ddcd10685be34fc5faf91719ed3d139db777 | |
parent | c87faed60483afb2466e03892bda80b72e5822c7 [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