commit | c54432ae4f3627b1003fa251616b0103dad8b5d0 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Wed Aug 10 14:10:39 2016 -0700 |
committer | Ray Essick <essick@google.com> | Wed Aug 10 14:10:39 2016 -0700 |
tree | 472461633848cb93e3d623c198908be8d19f979c | |
parent | c964d4788ce7adf3fb9ffc2b7a5f5f9240cd9317 [diff] |
Better handling of empty ID3 tags Watch for 0 length ID3 tags, avoiding allocations of 0 bytes when we see these. Change code around "new" invocations so that we won't throw exceptions and we check for null returns when they do fail. Bug: 30744884