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

See issue 19. This should fix the issue if uncommented again. #26

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

johnthesecond
Copy link
Contributor

see #19

getpwuid should not be used in multit-hreaded programs. getpwuid_r is the direct drop in that is reentrant. Use this instead and that issue should disappear.

This only add that as a comment, but 'un-commenting' should now be safe.

@luke-goddard luke-goddard merged commit 0cd8148 into luke-goddard:master Aug 17, 2020
@luke-goddard
Copy link
Owner

Thanks :)

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