Skip to content
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

usermod: fix segmentation fault on invalid expiration dates #413

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ljmf00
Copy link
Contributor

@ljmf00 ljmf00 commented Sep 13, 2021

Signed-off-by: Luís Ferreira contact@lsferreira.net


@hallyn can you guide me on how to write the test suite in an isolated environment to proceed with tests?

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
@ljmf00
Copy link
Contributor Author

ljmf00 commented Sep 13, 2021

I'm going to create a docker to run this since I'm not using Debian and the instructions are for Debian specific installations.

@hallyn
Copy link
Member

hallyn commented Sep 17, 2021

Thought I had replied to this, but I guess not.

You can look under .travis.yaml to see what the travis tests in a container
used to do. Note that it's doing run_some, not run_all, because many of the
tests were using uids outside of a container's uid mapping, and I didn't
convert all of them (iirc).

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.

None yet

2 participants