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

Add check for n_users to prevent segfault #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ljden
Copy link

@ljden ljden commented Jun 9, 2022

When doinkd is started with 0 current users, user is uninitialised when
passed to chk_maxuser(). Adding this check prevents user being accessed
when unitialised.

When doinkd is started with 0 current users, `user` is uninitialised when    
passed to `chk_maxuser()`. Adding this check prevents `user` being accessed    
when unitialised.
@ljden
Copy link
Author

ljden commented Jun 9, 2022

doinkd was segfaultiong on start up on my embedded linux system as there were not current users when initialised

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.

1 participant