[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/libx11][debian-buster] Update upstream changelog



Title: GitLab

Julien Cristau pushed to branch debian-buster at X Strike Force / lib / libx11

Commits:

1 changed file:

Changes:

  • ChangeLog
    1
    +commit f3c978476e0be6813268af494efb7ac507451116
    
    2
    +Author: Matt Turner <mattst88@gmail.com>
    
    3
    +Date:   Tue Oct 9 10:26:05 2018 -0400
    
    4
    +
    
    5
    +    libX11 1.6.7
    
    6
    +    
    
    7
    +    Signed-off-by: Matt Turner <mattst88@gmail.com>
    
    8
    +
    
    9
    +commit 823a0f8a820247b6c1e092f679b49cbdc2ea5c95
    
    10
    +Author: Michel Dänzer <michel.daenzer@amd.com>
    
    11
    +Date:   Fri Sep 28 17:24:17 2018 +0200
    
    12
    +
    
    13
    +    poll_for_event: Allow using xcb_poll_for_queued_event
    
    14
    +    
    
    15
    +    It avoids reading from the display connection again in cases where that
    
    16
    +    was already done.
    
    17
    +    
    
    18
    +    Suggested-by: Uli Schlachter <psychon@znc.in>
    
    19
    +    Reviewed-by: Uli Schlachter <psychon@znc.in>
    
    20
    +
    
    21
    +commit 406afe4b0f1b655c0db19bbc9a0c48da9a46acf5
    
    22
    +Author: Michel Dänzer <michel.daenzer@amd.com>
    
    23
    +Date:   Tue Sep 25 17:10:58 2018 +0200
    
    24
    +
    
    25
    +    poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
    
    26
    +    
    
    27
    +    If xcb_poll_for_reply fails to find a reply, poll_for_response would
    
    28
    +    always return NULL. However, xcb_poll_for_reply may have read events
    
    29
    +    from the display connection while looking for a reply. In that case,
    
    30
    +    returning NULL from poll_for_response is wrong and can result in the
    
    31
    +    client hanging, e.g. because it returns to waiting for the display
    
    32
    +    connection file descriptor becoming readable after XPending incorrectly
    
    33
    +    returned 0 pending events.
    
    34
    +    
    
    35
    +    The solution is to call poll_for_event again after xcb_poll_for_reply
    
    36
    +    returned 0. This will return the first of any events read by
    
    37
    +    xcb_poll_for_reply.
    
    38
    +    
    
    39
    +    Fixes issue #79.
    
    40
    +    
    
    41
    +    Reported-by: Yuxuan Shui <yshuiv7@gmail.com>
    
    42
    +    Bugzilla: https://bugs.freedesktop.org/108008
    
    43
    +    Bugzilla: https://bugs.freedesktop.org/107992
    
    44
    +    Reviewed-by: Adam Jackson <ajax@redhat.com>
    
    45
    +
    
    46
    +commit d0416863d5bf75af54ce81f6c30d4c1476b5e04f
    
    47
    +Author: Bhavi Dhingra <b.dhingra@samsung.com>
    
    48
    +Date:   Mon Sep 28 08:33:40 2015 +0000
    
    49
    +
    
    50
    +    XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB
    
    51
    +    
    
    52
    +    Fixes https://gitlab.freedesktop.org/xorg/lib/libx11/issues/44
    
    53
    +    aka https://bugs.freedesktop.org/show_bug.cgi?id=92154
    
    54
    +    
    
    55
    +    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    
    56
    +    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    
    57
    +
    
    1 58
     commit 733f64bfeb311c1d040b2f751bfdef9c9d0f89ef
    
    2 59
     Author: Matthieu Herrb <matthieu@herrb.eu>
    
    3 60
     Date:   Tue Aug 21 16:54:50 2018 +0200
    
    ... ... @@ -3987,9 +4044,6 @@ Date: Mon Feb 18 01:25:34 2013 +0000
    3987 4044
         Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    
    3988 4045
         Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    
    3989 4046
     
    
    3990
    -Notes:
    
    3991
    -    CVE-2013-7439
    
    3992
    -
    
    3993 4047
     commit 3cdb6c3a1646f670afa03d424ec12ac418181d1e
    
    3994 4048
     Author: Quentin Glidic <sardemff7+git@sardemff7.net>
    
    3995 4049
     Date:   Tue Jan 15 21:07:17 2013 +0000
    


  • Reply to: