cluster-api icon indicating copy to clipboard operation
cluster-api copied to clipboard

🐛 Fix nil pointer in patch Apply

Open killianmuldoon opened this issue 3 years ago • 2 comments

Signed-off-by: killianmuldoon [email protected]

Fix a nil pointer discovered through fuzzing. This condition is unlikely or impossible to occur in CAPI code, but is possible for consumers of the code.

Part of the broader issue discussed in https://github.com/kubernetes-sigs/cluster-api/pull/6334#issuecomment-1084602280

killianmuldoon avatar Aug 09 '22 11:08 killianmuldoon

@killianmuldoon: This issue is currently awaiting triage.

If CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Aug 09 '22 11:08 k8s-ci-robot

/approve

sbueringer avatar Aug 17 '22 11:08 sbueringer

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbueringer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Aug 17 '22 11:08 k8s-ci-robot