Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backport of return early from opPlan when the plan is nil into v1.4 #32819

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

teamterraform
Copy link
Contributor

Backport

This PR is auto-generated from #32818 to be assessed for backporting due to the inclusion of the label 1.4-backport.

The below text is copied from the body of the original PR.


While the returned plan is checked for nil in most cases, there was a single point where the plan was dereferenced which could panic. Rather than always guarding the dereferences, return early when the plan is nil.

Fixes #32810

Target Release

v1.4.1

@teamterraform teamterraform force-pushed the backport/jbardin/nil-plan/hugely-knowing-jawfish branch from 9a3eff9 to dbcd2cc Compare March 10, 2023 14:47
@teamterraform teamterraform requested a review from jbardin March 10, 2023 14:47
@teamterraform teamterraform force-pushed the backport/jbardin/nil-plan/hugely-knowing-jawfish branch from 0944173 to 0cb0029 Compare March 10, 2023 14:47
@jbardin jbardin merged commit 8c5da01 into v1.4 Mar 10, 2023
@jbardin jbardin deleted the backport/jbardin/nil-plan/hugely-knowing-jawfish branch March 10, 2023 15:04
@github-actions
Copy link
Contributor

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

@github-actions
Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants