[1.1] libcontainer: relax getenv_int sanity check#3494
[1.1] libcontainer: relax getenv_int sanity check#3494kolyshkin merged 1 commit intoopencontainers:release-1.1from
Conversation
|
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. |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
@kolyshkin can you re-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.