]> granicus.if.org Git - libvpx/commit
googletest: suppress unsigned overflow in the LCG
authorAlex Converse <aconverse@google.com>
Tue, 11 Apr 2017 17:20:18 +0000 (10:20 -0700)
committerJames Zern <jzern@google.com>
Sat, 1 Jul 2017 19:24:32 +0000 (12:24 -0700)
commitf7645138d46b74e1a8072779d8e6547121ef2793
tree07b0dbd3d758889ce998f2e2d298ecadd0737756
parent27e37e1a8ac0413ba1deec41ef578d5edc343a82
googletest: suppress unsigned overflow in the LCG

Local application of:
https://github.com/google/googletest/pull/1066

Suppress unsigned overflow instrumentation in the LCG

The rest of the (covered) codebase is already integer overflow clean.

TESTED=gtest_shuffle_test goes from fail to pass with -fsanitize=integer

Change-Id: I8a6db02a7c274160adb08b7dfd528b87b5b53050
third_party/googletest/README.libvpx
third_party/googletest/src/include/gtest/internal/gtest-port.h
third_party/googletest/src/src/gtest.cc