xauth: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 17 15:24:00 UTC 2022


 gethost.c |   13 ++-----
 process.c |  115 +++++++++++++++++++++++++++++---------------------------------
 xauth.c   |   11 ++---
 3 files changed, 63 insertions(+), 76 deletions(-)

New commits:
commit ec22154c5014a8d5e496766202b4ec504953e957
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 11 10:18:58 2022 -0700

    Handle -Wempty-body warning for WRITES() macro
    
    process.c:659:57: warning: suggest braces around empty body in an ‘if’ statement
     [-Wempty-body]
     #define WRITES(fd, S) {if(write((fd), (S), strlen((S))));}
                                                             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1651502a43502da5ebbbfbd50b9f3cf0c709e8f8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 11 09:57:25 2022 -0700

    Remove unnecessary casts from malloc() calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b367ca379ad97763f28a41f601680c376c3de040
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 11 09:54:02 2022 -0700

    Variable scope reductions, as suggested by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list