xpr: Changes to 'master'

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


 x2jet.c |   14 +++++++-------
 x2pmp.c |   24 ++++++++++--------------
 xpr.c   |    9 ++++-----
 3 files changed, 21 insertions(+), 26 deletions(-)

New commits:
commit 24c71e04d248f06337f7885dc5642d720a087ba9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 11:44:08 2022 -0700

    No need to bzero() buffers allocated by calloc()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 52b7307f42f99c81eda97a322dc3ffccd9e371f6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 11:40:59 2022 -0700

    Remove unnnecessary casts from malloc(), calloc(), and free() calls
    
    These are not needed in C89 and later.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b0b9b4c5a134c559404b4052c2c42b9fcde66915
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 6 11:32:02 2022 -0700

    Use memcpy() instead of memmove() when buffers are known not to overlap
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list