libXdmcp: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 29 22:29:53 UTC 2023


 .gitlab-ci.yml |    6 +++---
 Key.c          |    6 +-----
 Write.c        |    4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)

New commits:
commit fa41f9bfd7a0e57ba3e0f40d9a96e1dba1deeb4a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 23 12:23:17 2023 -0700

    gitlab CI: add xz-utils to container for "make distcheck"
    
    Also update to latest ci-templates
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2ed49718a8ff8710bfebf6c286df9e3b5df754c2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 23 12:16:29 2023 -0700

    XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f59fbae7a1890b243c69f0ff20099c6d6aa93c4e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 23 12:11:31 2023 -0700

    XdmcpWriteHeader: drop unnecessary cast of free() argument
    
    Clears clang complaint:
    
    Write.c:48:7: warning: cast from 'BYTE *' (aka 'unsigned char *') to
      'unsigned long *' increases required alignment from 1 to 8 [-Wcast-align]
            free((unsigned long *)(buffer->data));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6e6917dd5918f5ae520f71e53128eee3267656b8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 23 12:00:08 2023 -0700

    Clear -Wunused-macros warnings when arc4random_buf() is available
    
    Reported by clang:
    
      Key.c:46:9: warning: macro is not used [-Wunused-macros]
      #define Time_t time_t
              ^
      Key.c:52:9: warning: macro is not used [-Wunused-macros]
      #define random lrand48
              ^
      Key.c:51:9: warning: macro is not used [-Wunused-macros]
      #define srandom srand48
              ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list