commit | 612d8fcbc996ecd9e0c58f7e2b9fb07d004f29da | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Wed Jan 03 09:40:44 2018 -0800 |
committer | Ivan Lozano <ivanlozano@google.com> | Wed Jan 03 09:53:01 2018 -0800 |
tree | 7cfa431403368984661d7ff9f1a88665aabffbe7 | |
parent | dc68185aa25ba05951fdac50cac795bc0e09fc96 [diff] |
Fix overflow sanitizer in Visualizer_command. There's an intended integer overflow in the Visualizer_command function. This refactors it to use the builtin overflow-safe function. runtime error: unsigned integer overflow: 1664 - 4048 cannot be represented in type 'unsigned int' Bug: 30969751 Test: Builds and boots. Change-Id: I63a505f4b073480f52d0b073ec5e45c52212caa8