At ToT (r425305) I can't build blink_tests with is_ubsan = true [1] because of protobuf:
[8970/26961] ACTION //cc/proto:proto_i...gen(//build/toolchain/linux:clang_x64)
../../third_party/protobuf/src/google/protobuf/stubs/strutil.cc:984:17: runtime error: signed integer overflow: 42 * 100000000 cannot be represented in type 'int'
[9037/26961] ACTION //components/metri...gen(//build/toolchain/linux:clang_x64)
../../third_party/protobuf/src/google/protobuf/stubs/strutil.cc:984:17: runtime error: signed integer overflow: 42 * 100000000 cannot be represented in type 'int'
[9089/26961] ACTION //components/polic...gen(//build/toolchain/linux:clang_x64)
../../third_party/protobuf/src/google/protobuf/stubs/strutil.cc:984:17: runtime error: signed integer overflow: 42 * 100000000 cannot be represented in type 'int'
[9138/26961] ACTION //components/sync/...gen(//build/toolchain/linux:clang_x64)
../../third_party/protobuf/src/google/protobuf/stubs/strutil.cc:984:17: runtime error: signed integer overflow: 42 * 100000000 cannot be represented in type 'int'
[1] <https://www.chromium.org/developers/testing/undefinedbehaviorsanitizer>
Comment 1 by pkasting@chromium.org
, Oct 14 2016