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

Fix segfault at password verification #5

Merged
merged 1 commit into from Jun 9, 2019
Merged

Fix segfault at password verification #5

merged 1 commit into from Jun 9, 2019

Conversation

Oursin
Copy link

@Oursin Oursin commented Jun 9, 2019

This should fix issue #3

The problem is that since the header <crypt.h> is not present, GCC misrepresents the return value of the call to crypt at line 174, hence the address problem once in strcmp.

Copy link
Owner

@kuravih kuravih left a comment

Choose a reason for hiding this comment

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

I have not been able to reproduce #3 but I'm pulling this in anyway, this does not seem to impact the already working version.

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