| Summary: |
[patch] Fix a crash when two authentication requests are in flight. |
| Product: |
PolicyKit
|
Reporter: |
Miloslav Trmac <mitr> |
| Component: |
libpolkit | Assignee: |
David Zeuthen (not reading bugmail) <zeuthen> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
David Zeuthen (not reading bugmail) <zeuthen> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
0001-Fix-a-crash-when-two-authentication-requests-are-in-.patch
|
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.
To reproduce: 1. pkttyagent -p $$ # or another suitable PID # Keep it running, then in another terminal: 2. pkcheck -p $that_pid -a org.freedesktop.policykit.exec -u # Keep it running, then in another terminal: 3. pkcheck -p $that_pid -a org.freedesktop.policykit.exec -u 4. Then, in the pkttyagent prompt, press Enter. polkit_agent_text_listener_initiate_authentication was already setting an appropriate error code, so the g_assert was unnecessary