Prevent panic in Docker pusher.#11670
Conversation
Prevent a panic in the Docker pusher pushWriter, by checking that the pipe is non nil before attempting to use it. The panic was found by Moby issue #46746 (moby/moby#46746). With this fix the panic no longer reproduces. Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
|
Hi @ctalledo. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
/cherry-pick release/2.0 |
|
@dmcgowan: new pull request created: #11698 DetailsIn response to this:
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-sigs/prow repository. |
Prevent a panic in the Docker pusher
pushWriterobject, by checking that the pipe it writes to is nonnilbefore attempting to use it.The panic was found by Moby issue #46746 (moby/moby#46746). With this fix the panic no longer reproduces.