Skip to content

Protect colormap add/removal with display lock

Tapani Pälli requested to merge tpalli/libx11:cmap_fix into master

This fixes a bug where concurrent threads call XCreateColormap and XFreeColormap corrupting a linked list where colormap structures are stored.

Fixes: #94 (closed)

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports