commit | 6e4039588222338ad8ccf1de68b90188aed5201d | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Thu May 03 10:05:04 2018 +0100 |
committer | Todd Kennedy <toddke@google.com> | Thu May 03 12:12:04 2018 +0100 |
tree | 59a1367ad88466cbb998c70124d2eff45160286d | |
parent | 39bd79258d9e5c541f17a42babf06ec9107d15f2 [diff] |
Make safe label more safe * limit the absolute maximum size of the label to 50000 characters [which is probably far more than necessary, but, can be dialed down] * use a string buffer while processing the string [instead of creating multiple string objects] Bug: 62537081 Test: Manual. Install APK in bug and see that it can be uninstalled Change-Id: Ibf63c2691ad7438a123e92110d95b1f50050f8b1