libXau: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 9 17:38:19 UTC 2022


 AuDispose.c  |    4 ++++
 AuRead.c     |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 8928883477ff32cbbb97ee0e871324812e3b5c96
Author: Tobias Stoeckmann <tobias at stoeckmann.org>
Date:   Sun Jul 3 11:52:44 2022 +0200

    Use explicit_bzero if available
    
    Optimizing compilers may remove the bzero call because it is followed
    by free. The function explicit_bzero avoids this optimization. Use it
    if it is available.
    
    Signed-off-by: Tobias Stoeckmann <tobias at stoeckmann.org>



More information about the xorg-commit mailing list