xauth: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 10 14:48:51 UTC 2019


 process.c |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

New commits:
commit 0932418d9b47e8240160bcbacbdc38b9bc9870d3
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jun 18 12:03:33 2019 -0400

    process: Close a window where no authority file would exist
    
    unlink()ing the old auth file before link()ing the temp to the new is
    just silly. rename() is atomic and will happily clobber the destination,
    and the only thing link() can give you here is the ability to fail on
    filesystems that don't support hardlinks.
    
    Fixes: xorg/app/xauth#2



More information about the xorg-commit mailing list