libXdmcp: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 11 21:45:24 UTC 2022


 Array.c |    6 ++----
 Key.c   |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit b71d34f635d8827db76310a4b127a6926f2df1d7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 14:51:50 2022 -0700

    XdmcpDisposeARRAYofARRAY8: Reduce scope of i
    
    As suggested by cppcheck
    Also makes it unsigned to match array->length (a CARD8)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit eb10c58258c3d4e6d207c390282f7d329e63910a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 14:47:56 2022 -0700

    arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
    
    Clears unused variable warning from cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 07f93358ac7bc532b16ceff13bed356ac2a0c6f1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 14:42:03 2022 -0700

    Use memcpy() instead of memmove() when buffers are known not to overlap
    
    This was introduced by a bcopy() -> memmove() substitution in 1993.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list