-
Notifications
You must be signed in to change notification settings - Fork 247
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
Crash in pam_passkey_auth_done
#6889
Labels
Comments
Found logs:
|
It looks like it is freeing the request:
|
Thank you for the report, I reproduced it and will investigate a fix. |
justin-stephenson
added a commit
to justin-stephenson/sssd
that referenced
this issue
Aug 22, 2023
If passkey auth times out, the SIGCHLD handler needs to be destroyed otherwise the SIGCHLD handler tries to access the tevent_req which was already freed from the timeout. Resolves: SSSD#6889
justin-stephenson
added a commit
to justin-stephenson/sssd
that referenced
this issue
Aug 29, 2023
If passkey auth times out, the SIGCHLD handler needs to be destroyed otherwise the SIGCHLD handler tries to access the tevent_req which was already freed from the timeout. Resolves: SSSD#6889
justin-stephenson
added a commit
to justin-stephenson/sssd
that referenced
this issue
Aug 29, 2023
If passkey auth times out, the SIGCHLD handler needs to be destroyed otherwise the SIGCHLD handler tries to access the tevent_req which was already freed from the timeout. Resolves: SSSD#6889
pbrezina
pushed a commit
that referenced
this issue
Aug 31, 2023
If passkey auth times out, the SIGCHLD handler needs to be destroyed otherwise the SIGCHLD handler tries to access the tevent_req which was already freed from the timeout. Resolves: #6889 Reviewed-by: Iker Pedrosa <[email protected]> Reviewed-by: Sumit Bose <[email protected]> (cherry picked from commit b516f1e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I am still stuck with
sssd-2.9.1-3.fc39
and I get once in a while this crash:I cannot get more details out of it, sorry.
The text was updated successfully, but these errors were encountered: