commit | 208d08725512fe79c2a68f02324bc517e475cf0e | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Tue Aug 18 16:52:40 2015 -0700 |
committer | Chad Brubaker <cbrubaker@google.com> | Fri Aug 21 11:31:29 2015 -0700 |
tree | 8c7c27dfbad4ba234cdcd614737574d9cc500190 | |
parent | f3ff858fc380fa9d01c6d688a4f594e2a315c095 [diff] |
Whitelist updatePCR from fsanitize=integer updatePCR does some math to compute transport rate for logging that can cause an unsigned overflow. Since this is harmless and only for logging whitelist the function as its otherwise safe from integer issues. Bug:23110888 Change-Id: I0686afeef99ccf636701d687e5628ae057f60e4c (cherry picked from commit c9fa35cf7c9c11a8acb77128db1a6a13f1befe3c)