Skip to content

Conversation

@sblackshear
Copy link
Contributor

CheckinDialogFragment.newInstance can return null, but its return value is dereferenced without checked in several places. This pull request adds null checks in each place where this method is called.

Like #449, this bug was identified using a static analysis tool that I have been developing and I have not attempted to reproduce this issue while running the app.

@UweTrottmann UweTrottmann added the bug Something isn't working label Mar 21, 2015
@UweTrottmann UweTrottmann added this to the SeriesGuide 23 milestone Mar 21, 2015
UweTrottmann added a commit that referenced this pull request Mar 21, 2015
Fixing possible NPEs when CheckInDialogFragment.newInstance returns null
@UweTrottmann UweTrottmann merged commit 523292a into UweTrottmann:dev Mar 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants