Created attachment 29960 [details] [review] Patch that sets pam_h to null after calling pam_end polkit-agent-helper calls pam_end on pam_h without setting pam_h to NULL. This causes the error handler to call pam_end on the stale handler if the send_dbus_message procedure fails, which in turn generates a SIGSEGV.
(In reply to comment #0) > Created an attachment (id=29960) [details] > Patch that sets pam_h to null after calling pam_end > > polkit-agent-helper calls pam_end on pam_h without setting pam_h to NULL. This > causes the error handler to call pam_end on the stale handler if the > send_dbus_message procedure fails, which in turn generates a SIGSEGV. > Committed as f5e0b55. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.