commit | 60a12d6005e14ee357cf56a9cb5d8a331bad6ef2 | [log] [tgz] |
---|---|---|
author | Sergio Giro <sgiro@google.com> | Tue Jun 28 18:02:29 2016 +0100 |
committer | Martijn Coenen <maco@google.com> | Thu Aug 25 20:07:51 2016 +0000 |
tree | 37864264edcd1e95c36b76f3f8f78c3d60cbf587 | |
parent | f495efdb1244cb4cce341437243d27cad4c2b2cc [diff] |
libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 Inconsistent behaviour between utf16_to_utf8 and utf16_to_utf8_length is causing a heap overflow. Correcting the length computation and adding bound checks to the conversion functions. Test: ran libutils_tests Bug: 29250543 Change-Id: I6115e3357141ed245c63c6eb25fc0fd0a9a7a2bb (cherry picked from commit c4966a363e46d2e1074d1a365e232af0dcedd6a1)