-
Notifications
You must be signed in to change notification settings - Fork 114
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
Mysql close connection after return #230
Comments
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
baimard
added a commit
to baimard/yubico-pam
that referenced
this issue
Jul 28, 2021
Open
Pull request : #231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in util.c
Close connection is after the return.
In production mode with lot of users, that can cause too many connection quickly on the database.
I will propose a fix in a pull request.
hot fix would be :
But in case of errors before this, that can cause a security issue (DDOS).
The text was updated successfully, but these errors were encountered: