Skip to content
Snippets Groups Projects
Commit dde832b3 authored by Thomas Anderson's avatar Thomas Anderson Committed by Tom Anderson
Browse files

Fix hang in xcb_request_check()

This fixes xorg/lib/libxcb#53

The issue was that libxcb expected to get a reply based on the request_expected
variable, but a reply would never arrive because the request was never actually
written.  To resolve this, a separate request_expected_written variable is
added.
parent 4cbcac4e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment