commit | 2806397d1ebb80801888d729d1c236762fb91353 | [log] [tgz] |
---|---|---|
author | Sergio Giro <sgiro@google.com> | Tue Jun 28 18:02:29 2016 +0100 |
committer | Sergio Giro <sgiro@google.com> | Thu Jul 14 17:25:27 2016 +0000 |
tree | 4b7c9e06621e156d1b9a477b49f4af161a736ea9 | |
parent | 6179f1a56e5ace2678a145950566a46695052067 [diff] |
DO NOT MERGE 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. (cherry picked from commit c4966a363e46d2e1074d1a365e232af0dcedd6a1) Change-Id: Idfb0eb29b305678608586d25c2f372146569ad39 Bug: 29250543