libXRes: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 31 04:03:26 UTC 2021


 src/XRes.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e6bdd90c604e061c71715865eb403ffdd0dd7f0
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Oct 21 10:03:23 2020 -0400

    XRes: Use _XRead instead of _XRead32 for reading pid
    
    _XRead32 requires the output variable to be a long, but
    `ReadClientValues` feeds it client->value which is a
    32-bit allocation.
    
    This commit changes the code to use _XRead instead, which
    properly handles 32-bit output variables.
    
    https://gitlab.freedesktop.org/xorg/lib/libxres/-/issues/3



More information about the xorg-commit mailing list