commit | 666b6fbba15dec2a29a40c11ddb3aa590eb9d1b0 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Thu Apr 21 10:05:06 2016 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Thu Apr 21 10:05:06 2016 -0700 |
tree | 64b391aebb73bd3688d2f39960532b4112215bc4 | |
parent | 3053c3f2a94b24ceeed9c46cb84045c285d3523b [diff] |
Fix order of operation issue with ResStringPool Due to ! taking precedence over bitwise &, the condition for checking non-null terminated string blocks is incorrect. Adds parentheses for the correct behavior. Bug:28288210 Change-Id: Ie31fa239e5f869e6bb28deb6ae190f41f1aa4d92