[PATCH libX11 1/3] Make _XCloseLC thread safe.

Adam Jackson ajax at nwnk.net
Mon Aug 14 15:11:08 UTC 2017


On Thu, 2017-08-10 at 23:04 +0200, Jacek Caban wrote:
> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=55678
> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=68538
> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=69088
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  src/xlibi18n/lcWrap.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/src/xlibi18n/lcWrap.c b/src/xlibi18n/lcWrap.c
> index 38242608..43b4d622 100644
> --- a/src/xlibi18n/lcWrap.c
> +++ b/src/xlibi18n/lcWrap.c
> @@ -324,6 +324,8 @@ _XCloseLC(
>  {
>      XLCdList cur, *prev;
>  +    _XLockMutex(_Xi18n_lock);
> +

This patch is malformed. As is 2/3 of this series, or at least the
thing I get out of patchwork is. Can you resend these with git-send-
email instead? I think your user agent may be corrupting things.

- ajax


More information about the xorg-devel mailing list