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

provider/aws: fix for https://github.com/aws/aws-sdk-go/issues/452 #4024

Merged
merged 1 commit into from Nov 24, 2015

Conversation

Projects
None yet
3 participants
@rjeczalik
Contributor

rjeczalik commented Nov 23, 2015

Fixes nil deref panic caused by aws/aws-sdk-go#452.

Show outdated Hide outdated state/remote/s3.go
@jen20

This comment has been minimized.

Show comment
Hide comment
@jen20

jen20 Nov 24, 2015

Contributor

Hi @rjeczalik! Thanks for submitting this - I agree the change looks correct as per aws/aws-sdk-go#452. I've left a few comments in line on the diffs, could you let me you know what you think?

Contributor

jen20 commented Nov 24, 2015

Hi @rjeczalik! Thanks for submitting this - I agree the change looks correct as per aws/aws-sdk-go#452. I've left a few comments in line on the diffs, could you let me you know what you think?

@rjeczalik

This comment has been minimized.

Show comment
Hide comment
@rjeczalik

rjeczalik Nov 24, 2015

Contributor

@jen20 Addressed, please take a look.

Contributor

rjeczalik commented Nov 24, 2015

@jen20 Addressed, please take a look.

jen20 added a commit that referenced this pull request Nov 24, 2015

@jen20 jen20 merged commit 288e568 into hashicorp:master Nov 24, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@jen20

This comment has been minimized.

Show comment
Hide comment
@jen20

jen20 Nov 24, 2015

Contributor

Thanks @rjeczalik! I think this may address several crash reports, including #4036.

Contributor

jen20 commented Nov 24, 2015

Thanks @rjeczalik! I think this may address several crash reports, including #4036.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment