-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[1.1] libcontainer: relax getenv_int sanity check #3494
[1.1] libcontainer: relax getenv_int sanity check #3494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changelog entry for #3494 added. Guess we can do a 1.1.3 once that one is merged. Any comments wrt changelog contents? |
I see the changelog See this example
The file script.sh
Another thing:
That commit is not relevant anymore. I just want to draw attention to the fact. |
Ah, yes, I usually keep the cherry pick in draft until the original is merged; I guess the original PR was rebased at some point? Would be nice if you could re-do the cherry pick and/or update it (the intent of that line is to have an easy way to lead back where it came from, so it's good to have it accurate |
Oh, but it still matches? I guess I misunderstood your comment 🤭 |
Remove upper bound in integer sanity check to not restrict the number of socket-activated sockets passed in. Closes opencontainers#3488 Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com> (cherry picked from commit 03a210d) Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
fa5163d
to
93d1807
Compare
Yes, and then I forced-pushed it from the command-line. |
Ah, yes, I got confused again, because GitHub still showed the old commit (probably it was still cached) GitHub actions seemed to have an outage / glitch; I kicked it again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kolyshkin can you re-LGTM?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a backport of #3489 to release-1.1 branch.
Remove upper bound in integer sanity check
to not restrict the number of socket-activated
sockets passed in.