commit | 3b569347552cb0559b440e95af6efc1a26f4d753 | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Wed Jan 09 12:54:26 2013 -0800 |
committer | Raph Levien <raph@google.com> | Wed Jan 09 12:58:50 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