xmodmap: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 16 16:31:48 UTC 2025


 .gitignore   |    4 +-
 Makefile.am  |    6 +--
 configure.ac |    4 +-
 exec.c       |   24 +++++++--------
 handle.c     |   90 ++++++++++++++++++++++++++++++-----------------------------
 pf.c         |    4 +-
 wq.h         |    2 -
 xmodmap.c    |    6 +--
 xmodmap.h    |    2 -
 9 files changed, 72 insertions(+), 70 deletions(-)

New commits:
commit 0761a37a6111f22e2552f9f2245bddbb6d3db2bf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 15:43:51 2025 -0700

    parse_keysym: handle possible NULL return from copy_to_scratch()
    
    Handles report from gcc 15.1:
    
    handle.c: In function ‘parse_keysym’:
    handle.c:333:10: warning: use of NULL ‘tmpname’ where non-null expected
     [CWE-476] [-Wanalyzer-null-argument]
      333 |     if (!strcmp(*name, "NoSymbol")) {
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xmodmap/-/merge_requests/10>

commit 35e135831743406db39b7319aad6e16cbbd8451e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 15:38:08 2025 -0700

    Strip trailing whitespace from source files
    
    Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
    
    `git diff -w` & `git diff -b` show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xmodmap/-/merge_requests/10>



More information about the xorg-commit mailing list