Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use wider types to prevent unsigned overflow diagnostics #1180

Merged
merged 1 commit into from
Aug 7, 2017
Merged

Use wider types to prevent unsigned overflow diagnostics #1180

merged 1 commit into from
Aug 7, 2017

Conversation

aconverse
Copy link
Contributor

The rest of the (covered) codebase is already integer overflow clean.
This is a cherry-pick of an internal change.

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

The rest of the (covered) codebase is already integer overflow clean.
This is a cherry-pick of an internal change.

TESTED=gtest_shuffle_test goes from fail to pass with -fsanitize=integer
@gennadiycivil gennadiycivil merged commit 7890f72 into google:master Aug 7, 2017
hubot pushed a commit to webmproject/libvpx that referenced this pull request Mar 27, 2018
Address std::tr1::tuple warnings:
google/googletest#1111

The unsigned overflow fix has been superseded by:
google/googletest#1180

Change-Id: I92dc0ba08a4d0d63f5e5b2da7b64f4a4642ed9ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants