[19.03 backport] Fix panic in drivers/overlay/encryption.go#2483
Merged
selansen merged 1 commit intomoby:bump_19.03from Nov 16, 2019
Merged
[19.03 backport] Fix panic in drivers/overlay/encryption.go#2483selansen merged 1 commit intomoby:bump_19.03from
selansen merged 1 commit intomoby:bump_19.03from
Conversation
Issue - "index out of range" panic in drivers/overlay/encryption.go:539 due to a mismatch in indices between curKeys and spis due to case where updateKeys might bail out due to an error and not update the spis Fix - Reconfigure keys when there is a key update failure Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com> (cherry picked from commit 4420ee9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
thaJeztah
pushed a commit
to thaJeztah/docker
that referenced
this pull request
Nov 21, 2019
also updates libnetwork to d9a6682a4dbb13b1f0d8216c425fe9ae010a0f23 full diff: moby/libnetwork@3eb3938...d9a6682 - moby/libnetwork#2482 [19.03 backport] Shorten controller ID in exec-root to not hit UNIX_PATH_MAX - moby/libnetwork#2483 [19.03 backport] Fix panic in drivers/overlay/encryption.go Signed-off-by: Grant Millar <rid@cylo.io> (cherry picked from commit df7b8f4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this pull request
Jan 17, 2020
also updates libnetwork to d9a6682a4dbb13b1f0d8216c425fe9ae010a0f23 full diff: moby/libnetwork@3eb3938...d9a6682 - moby/libnetwork#2482 [19.03 backport] Shorten controller ID in exec-root to not hit UNIX_PATH_MAX - moby/libnetwork#2483 [19.03 backport] Fix panic in drivers/overlay/encryption.go Signed-off-by: Grant Millar <rid@cylo.io> (cherry picked from commit df7b8f458aec29400c76b8dc87b3ce087d3fa76c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: d3d724e45aa24448990364ad54958f35b6efdf7c Component: engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport of #2462
Issue - "index out of range" panic in drivers/overlay/encryption.go:539
due to a mismatch in indices between curKeys and spis due to
case where updateKeys might bail out due to an error and
not update the spis
Fix - Reconfigure keys when there is a key update failure
Signed-off-by: Arko Dasgupta arko.dasgupta@docker.com
(cherry picked from commit 4420ee9)
Signed-off-by: Sebastiaan van Stijn github@gone.nl