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

Fix crash from calling Integer.intValue() (implicitly) on a null Integer reference for bgColor by doing unguarded bit shift on the value #9215

Closed
wants to merge 1 commit into from

Conversation

sgtcoolguy
Copy link
Contributor

@sgtcoolguy sgtcoolguy commented Jul 11, 2017

Description:
An attempt to fix our crashing Android unit tests currently breaking the build. We didn't guard for a null bicolor value before doing a bit shift operation on it.

Relates to #9179

…ger reference for bgColor by doing unguarded bit shift on the value
@sgtcoolguy sgtcoolguy added this to the 6.2.0 milestone Jul 11, 2017
@sgtcoolguy
Copy link
Contributor Author

Looks like @garymathews already saw and posted a PR: #9214

@sgtcoolguy sgtcoolguy closed this Jul 11, 2017
@sgtcoolguy sgtcoolguy deleted the fix-unit-test-crash branch July 11, 2017 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant