commit | c1e61b83c2fc3fa7a7111ec72081a8fa647bc354 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Mon Apr 18 13:00:40 2016 -0700 |
committer | Jim Miller <jaggies@google.com> | Mon Apr 18 14:08:37 2016 -0700 |
tree | 94fefd94090d8b1ac8c3892fb6330062e2be8eb2 | |
parent | 8dd32a56f74b896b21895ec75d58fa415caa2c70 [diff] |
Fix operator precedence bug causing a crash. This fixes a bug where string expression was being evaluated and then compared to null. The result is a constant expression which always passes, resulting in inadvertently accessing the null variable. Fixes bug 28237450 Change-Id: I755b4466fd1985bd7f8984c17e06839ac4a30642