This repository was archived by the owner on Feb 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: