commit | 1760fbf496acfbc0f808baea5461e02158b6faa5 | [log] [tgz] |
---|---|---|
author | Joshua J. Drake <android-open-source@qoop.org> | Mon May 04 17:33:49 2015 -0500 |
committer | Jon Larimer <jlarimer@google.com> | Fri Jul 31 15:04:36 2015 -0400 |
tree | cc768396b7d3ddc3045791c4b627d5d8e88ed8f2 | |
parent | 8fddd03a20d6e4c0a339d68387933135a08873da [diff] |
Prevent reading past the end of the buffer in 3GPP Metadata processed within the parse3GPPMetaData function may not be NUL terminated and thus calling setCString may read out of bounds. Ensure proper NUL termination, but take care not to interfere with other special cases (ie, albm). Bug: 20923261 Change-Id: Ie93b3038b534b4c4460571a68f4d734cff7ad324