commit | 83cc8fb6c889fa4d7d8514a5ac263bf0f709a015 | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Wed Jan 09 12:54:26 2013 -0800 |
committer | The Android Automerger <android-build@android.com> | Wed Jan 09 16:50:37 2013 -0800 |
tree | 881360785be2d3f26844ecf9270d3ba83a0f0bec | |
parent | 6842c622d8b68251f7d696d22bfa44a16c0bef46 [diff] |
Fix bug 7967800 native crash in text layout This patch works around a recent change to bionic that was intented to throw an assert on null pointer, but actually threw on 0 unicode code point, because it uses a type pun to cast the unicode code point to a pointer type. Change-Id: I6ebf2583201fcf8a39490877b74eceb695b8fcd0