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

Bug 1541265 - avoid broker panic, check for nil #723

Merged
merged 1 commit into from Feb 2, 2018
Merged

Conversation

jmrodri
Copy link
Contributor

@jmrodri jmrodri commented Feb 2, 2018

Ensure we check the extCred for nil.

The apb.Update call can return nil for extCreds. This is a valid use
case, we need to check nil objects before trying to dereference them.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 2, 2018
@eriknelson
Copy link
Contributor

Thank you @jmrodri !

@eriknelson eriknelson merged commit edabf4b into master Feb 2, 2018
@eriknelson eriknelson deleted the bz1541265 branch February 2, 2018 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants