-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rootless: fix SIGSEGV, Make LISTEN_FDNAMES
optional
#10481
rootless: fix SIGSEGV, Make LISTEN_FDNAMES
optional
#10481
Conversation
1783e56
to
f67bb78
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@giuseppe shouldn't we be saving the ones that are set. LISTEN_FDNAMES is optional, so we should just handle that case. |
7e8df87
to
7be6483
Compare
LGTM |
Thanks @flouthoc for fixing the issue! It seems there is no reference in the commit message to the Github issue. https://github.com/containers/podman/blob/master/CONTRIBUTING.md Another thing, regarding: |
@eriksjolund thanks for pointing this out 😄 .Adding it now Closes: #10435 |
LISTEN_FDNAMES
optional
279bd58
to
340e515
Compare
Thanks @flouthoc Could you also add
in the commit message? (The information will then be preserved in the commit log. Another advantage is that it will help GitHub provide a convenient hyperlink to the issue when displaying the Git commit on their website) Running
|
5052221
to
b7e304b
Compare
…s#10435]. [NO TESTS NEEDED] Signed-off-by: flouthoc <[email protected]>
b7e304b
to
2addc0f
Compare
@eriksjolund Done. Let me know if anything else needs to be done. 🙂 |
@flouthoc Thanks, to me it looks fine. I now see the GitHub hyperlink in flouthoc@2addc0f |
/lgtm |
Reproduce SIGSEGV
[NO TESTS NEEDED]: I think test for this would be a basic
run
withLISTEN_PID
andLISTEN_FDS
set and since no new feature or significant behavior change is being added so putting more tests might not be necessary. But sure let me know if having new tests here makes sense.Closes: #10435