runtime-v2: add validation for runtime name#2729
Merged
estesp merged 1 commit intocontainerd:masterfrom Oct 23, 2018
Merged
Conversation
fuweid
reviewed
Oct 18, 2018
Member
There was a problem hiding this comment.
are we need to check the format like io.containerd.xx.yy here?
Contributor
Author
There was a problem hiding this comment.
From the logic, runtime name is not limited. But I also curious about whether name need
specific name prefix.
Codecov Report
@@ Coverage Diff @@
## master #2729 +/- ##
==========================================
- Coverage 43.75% 43.73% -0.03%
==========================================
Files 100 100
Lines 10725 10731 +6
==========================================
Hits 4693 4693
- Misses 5301 5307 +6
Partials 731 731
Continue to review full report at Codecov.
|
add validation for runtime name, if runtime name is invalid, containerd will got panic. Signed-off-by: Ace-Tang <[email protected]>
Member
|
LGTM |
1 similar comment
Member
|
LGTM |
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.
add validation for runtime name, if runtime name is invalid,
containerd will got panic.
Signed-off-by: Ace-Tang [email protected]
The problem is found when I test with kata-shim, and write the wrong runtime
containerd panic log