xlsclients: Changes to 'master'

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


 .gitignore   |    4 ++--
 Makefile.am  |    6 +++---
 configure.ac |    4 ++--
 xlsclients.c |   40 ++++++++++++++++++++++++++++++----------
 4 files changed, 37 insertions(+), 17 deletions(-)

New commits:
commit 9ed05d52f2b9ee283d319b88baf3913cec48af58
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 11:55:58 2025 -0700

    Exit on out-of-memory errors
    
    Fixes 6 issues raised by gcc 15.1 -fanalyzer:
    
    xlsclients.c: In function ‘lookat’:
    xlsclients.c:102:8: warning: leak of ‘rl’ [CWE-401] [-Wanalyzer-malloc-leak]
    
    xlsclients.c: In function ‘print_client_properties’:
    xlsclients.c:102:8: warning: leak of ‘cs’ [CWE-401] [-Wanalyzer-malloc-leak]
    
    xlsclients.c: In function ‘init_atoms’:
    xlsclients.c:150:11: warning: dereference of possibly-NULL ‘as’ [CWE-690]
     [-Wanalyzer-possible-null-dereference]
    
    xlsclients.c:154:1: warning: leak of ‘as’ [CWE-401] [-Wanalyzer-malloc-leak]
    
    xlsclients.c: In function ‘root_list’:
    xlsclients.c:394:30: warning: leak of ‘cs’ [CWE-401] [-Wanalyzer-malloc-leak]
    
    xlsclients.c:420:1: warning: leak of ‘cs’ [CWE-401] [-Wanalyzer-malloc-leak]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xlsclients/-/merge_requests/7>

commit 6e5e6834cd6d724b70f554896e70053e78896731
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 11:38:15 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/xlsclients/-/merge_requests/7>



More information about the xorg-commit mailing list