-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Printer: fix a nil pointer dereference #79349
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
Conversation
|
/cc @smarterclayton |
|
/lgtm |
|
This needs to be cherrypicked. |
Sounds good. This was from 17740a2#diff-749b0f5911ddd5261b4ed5c2945d7c16R1585, which was added in 1.12. I assume 1.12 has retired so let's cherrypick it to 1.13, 1.14 and 1.15? |
|
/retest |
SGTM |
Actually v1.12.10 cut (the last patch release) is planned Monday, July 1st. I can prepare a cherrypick for 1.12 as well @janetkuo Could you add the approval label? Thanks |
|
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/approve as well |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw, smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
…49-upstream-release-1.13 Automated cherry pick of #79349: printer: fix a nil pointer dereference
…49-upstream-release-1.15 Automated cherry pick of #79349: printer: fix a nil pointer dereference
…49-upstream-release-1.14 Automated cherry pick of #79349: printer: fix a nil pointer dereference
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fix a nil pointer dereference that could cause kube-apiserver to panic.
Does this PR introduce a user-facing change?:
/sig cli