commit | 28bc6eba28909cc9ced1e814399a8b05130efbee | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Thu Aug 20 15:15:30 2015 -0700 |
committer | Adam Langley <agl@google.com> | Thu Aug 20 15:15:30 2015 -0700 |
tree | e3f2179578cde1c4d6ac26ecf1096c90053f9600 | |
parent | 4838d8aa904fccf47eb4a122f97f60e2e29eabbd [diff] |
Don't use the uint128_t P-256 code under MSAN. MSAN appears to have a bug that causes this code to be miscompiled when compiled with optimisations. In order to prevent that bug from holding everything up, this change disables that code when MEMORY_SANITIZER is defined. The generic elliptic-curve code can pick up the slack in that case. Change-Id: I7ce26969b3ee0bc0b0496506f06a8cf9b2523cfa