Skip to content

Conversation

@edwinbdr
Copy link

@edwinbdr edwinbdr commented Jan 8, 2019

Fixes #931

CHANGELOG.md Outdated
- Added `symlinkat` wrapper.
([#997](https://github.com/nix-rust/nix/pull/997))
- Support for no-change of parameters of `setresuid` and `setresgid` wrapper
([#931](https://github.com/nix-rust/nix/issues/931))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link to the pull request, not the issue.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed... So used to linking to the issue.

@edwinbdr edwinbdr force-pushed the parameters-setresuid branch from 778b302 to a2d718b Compare January 8, 2019 16:32
@asomers
Copy link
Member

asomers commented Jan 8, 2019

I'm not sure why your test is segfaulting in QEMU. Can you look into it?

@edwinbdr
Copy link
Author

edwinbdr commented Jan 9, 2019

I can't figure it out as well atm. It seems to work fine on my virtualbox linux distro. It also seems to work fine with a variety of different machines. Perhaps you could help?

@asomers
Copy link
Member

asomers commented Jan 9, 2019

Are you using Linux? If so, why don't you try running the test locally using qemu. If it still segfaults, then try writing a C program that uses setresgid and see if that segfaults under qemu too.

@edwinbdr
Copy link
Author

I am trying, but running into a qemu issue with osx. Apparently, osx is not backward compatible, again.

ritzk pushed a commit to ritzk/nix that referenced this pull request Oct 4, 2020
ritzk pushed a commit to ritzk/nix that referenced this pull request Oct 11, 2020
ritzk pushed a commit to ritzk/nix that referenced this pull request Oct 11, 2020
bors bot added a commit that referenced this pull request Nov 11, 2020
1305:  setresuid doesn't support no-change for any of its arguments #931  r=kamalmarhubi a=ritzk

based of #1009 

- Fixes #931 ( support for -1 in argument to setresuid/setresgid)

Co-authored-by: Ritesh Khadgaray <khadgaray@gmail.com>
bors bot added a commit that referenced this pull request Nov 15, 2020
1305:  setresuid doesn't support no-change for any of its arguments #931  r=kamalmarhubi a=ritzk

based of #1009 

- Fixes #931 ( support for -1 in argument to setresuid/setresgid)

Co-authored-by: Ritesh Khadgaray <khadgaray@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants