xman: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Aug 16 16:27:13 UTC 2025
.gitignore | 4 ++--
Makefile.am | 6 +++---
app-defaults/Xman | 8 ++++----
configure.ac | 16 ++++++++--------
misc.c | 5 +++--
xman.help | 10 +++++-----
6 files changed, 25 insertions(+), 24 deletions(-)
New commits:
commit 2ad584391d8e06e750e8820fbaeafdb145abdc2a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 9 15:23:53 2025 -0700
PopupWarning: Fix -Wanalyzer-null-dereference for man_globals
Reported by gcc 15.1:
misc.c: In function ‘PopupWarning’:
misc.c:100:20: warning: dereference of NULL ‘man_globals’ [CWE-476]
[-Wanalyzer-null-dereference]
100 | if (man_globals->label == NULL) {
| ~~~~~~~~~~~^~~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xman/-/merge_requests/16>
commit 58a0c23aaf53ede343e1f6263f9f12d0713c57ea
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 9 15:08:36 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/xman/-/merge_requests/16>
More information about the xorg-commit
mailing list