xrdb: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 20 20:29:25 UTC 2022


 .gitlab-ci.yml |    4 -
 xrdb.c         |  163 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 84 insertions(+), 83 deletions(-)

New commits:
commit edcda53f9e66afadd871c23793e021e9725b4d6b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 10:48:30 2022 -0800

    Fallback asprintf: don't truncate output that has a \0 in string
    
    Unlikely to be hit in xrdb, but may affect other uses if this code
    gets copied to other programs.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 496bdd684935b9b7156222fec7009e8aa4a8dbad
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 10:44:17 2022 -0800

    Rename variable 'dup' to avoid shadowing dup() function
    
    As recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit da0bcc8b8746cd3eb93f20d61145edc6a1040dda
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 10:41:14 2022 -0800

    Use C99 struct initialization
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0ac060079060419bdfc4e54ba1a8643cffa1d7d3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 10:34:27 2022 -0800

    Variable scope reduction as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e7db9aa5f73904c243201d4c52e4b157ded05af7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list