commit | 1dfaacb6fae2d53d2ec57117d8e14717b9b568c1 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Feb 15 20:40:58 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Feb 22 17:03:14 2018 +0900 |
tree | 483080a29b11e6192a2bde13752df88bf76ed402 | |
parent | 25b01dc7fb3256f1ed35e89e3e4659b5edee9b4e [diff] |
netd: Disable unsigned integer overflow checks. There's a secuity vs. robustness tradeoff to be made here: while halting execution immediately hardens netd against potential remote exploits, harmless overflows anywhere in netd could trigger a crash-loop, making an OTA fix impossible to deliver. Bug: 72512637 Test: Manually verified that netd boots and runs normally Test: Inspected compiler generated code with objdump --source -d Change-Id: Ibba3043c9d857614ccb78147ef505e12400b8eff