Off-by-one error in the sequence-wrapping proof, and therefore in the corresponding...
[free-sw/xcb/libxcb] / src / xcbint.h
index 0e24d72..f3830f9 100644 (file)
@@ -86,7 +86,9 @@ typedef struct _xcb_in {
     char queue[4096];
     int queue_len;
 
+    unsigned int request_expected;
     unsigned int request_read;
+    unsigned int request_completed;
     struct reply_list *current_reply;
     struct reply_list **current_reply_tail;