libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 14 19:20:12 UTC 2019


 src/CopyCmap.c |    6 +++---
 src/CrCmap.c   |    6 +++---
 src/FreeCmap.c |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 99a2cf1aa0b58391078d5d3edf0a7dab18c7745d
Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Mon May 13 08:29:49 2019 +0300

    Protect colormap add/removal with display lock
    
    This fixes a bug where concurrent threads call XCreateColormap and
    XFreeColormap corrupting a linked list where colormap structures
    are stored.
    
    Fixes: https://gitlab.freedesktop.org/xorg/lib/libx11/issues/94
    
    v2: handle XCopyColormapAndFree also (Adam Jackson)
    
    Signed-off-by: Tapani Pälli <tapani.palli at intel.com>



More information about the xorg-commit mailing list