Skip to content

Conversation

@SrinivasChilveri
Copy link

Solution to the bug:- [#79267756]
During Bind a service instance to an app if cli receives a non http error
then err parameter is nil, so cli is panic because its accessing the nil pointer err
so to over come that use a new httperr variable inside the if condition

@cfdreddbot
Copy link

Hey SrinivasChilveri!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/85076886.

Solution to the bug:- [#79267756]
During Bind a service instance to an app if cli receives a non http error
then err parameter is nil, so cli is panic because its accessing the nil pointer err
so to over come that use a new httperr variable inside the if condition
jberkhahn added a commit that referenced this pull request Jan 5, 2015
Fix the invalid memory address during bind service
@jberkhahn jberkhahn merged commit 7541d3e into cloudfoundry:master Jan 5, 2015
@jberkhahn
Copy link
Contributor

Thanks for the PR, merged.

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.

4 participants