bdftopcf: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jul 26 22:38:54 UTC 2024
.gitlab-ci.yml | 4 ++--
bdfread.c | 4 ++--
pcfwrite.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit dc539964379c3dfad255260983bca72e4e28c298
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Jul 21 14:43:50 2024 -0700
pcfWriteFont: Avoid uninitialized values in tables
Clears gcc 14.1 warning:
pcfwrite.c: In function ‘pcfWriteFont’:
pcfwrite.c:369:24: warning: use of uninitialized value ‘*table.size’
[CWE-457] [-Wanalyzer-use-of-uninitialized-value]
369 | offset += table->size;
| ~~~~~^~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7>
commit 8dee1b3a8008202810e18c06bf78b3b05409ffaf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Jul 21 14:42:32 2024 -0700
bdfReadBitmap: avoid access to byte before start of array
Clears 4 -Wanalyzer-out-of-bounds warnings from gcc 14.1
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7>
commit daba8411d9a658f0fec116f36550652aa7dfabe9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Jul 21 14:00:58 2024 -0700
bdfReadBitmap: avoid NULL dereference on zero-width glyphs
Clears 3 -Wanalyzer-null-dereference warnings from gcc 14.1
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7>
commit 62862a862ab045ac7bbe16b30c58bb301958a00e
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>
Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7>
More information about the xorg-commit
mailing list