xauth: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 29 01:45:52 UTC 2025


 process.c |   27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

New commits:
commit 20125640fdc37732cb3c04627bd02011cff60a12
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 19 10:54:44 2025 -0800

    get_displayname_auth: replace sprintf() with snprintf()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/24>

commit 88dde2ea3c45c992faf10b9b851af1ffa408a103
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 19 10:48:43 2025 -0800

    Use remove() instead of unlink() to remove files
    
    Avoids filesystem corruption if file is actually a directory.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/24>

commit 7b540bd56829c6e4bad5fc4b25af1905c398abf1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 19 09:57:03 2025 -0800

    Avoid buffer overflow with long filenames in write_auth_file()
    
    Aligns buffer size for filenames with XauLockAuth in libXau
    
    Closes: #7 ("Buffer overflow when constructing tmp_nam")
    Reported-by: Mingjie Shen (@szsam)
    Reviewed-by: Olivier Fourdan <ofourdan at redhat.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/24>



More information about the xorg-commit mailing list