libICE: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 10 22:54:05 UTC 2019


 src/connect.c    |   66 ++++++++++++++++++++++++++++++++++++++++---------------
 src/listen.c     |   24 +++++++++++++++-----
 src/listenwk.c   |   24 +++++++++++++++-----
 src/protosetup.c |   37 +++++++++++++++++++++---------
 4 files changed, 110 insertions(+), 41 deletions(-)

New commits:
commit 468b83ec4810b4ea2373182b5801f998f3dcd471
Author: Tobias Stoeckmann <tobias at stoeckmann.org>
Date:   Mon Jul 30 20:50:58 2018 +0200

    Always terminate strncpy results.
    
    The function strncpy does not guarantee to append a terminating
    NUL character to the destination.
    
    This patch merges libSM's way of handling this issue into libICE.
    
    Signed-off-by: Tobias Stoeckmann <tobias at stoeckmann.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list