Path to this page:
Subject: CVS commit: pkgsrc/x11/libXfont2
From: Thomas Klausner
Date: 2019-11-14 11:27:41
Message id: 20191114102741.CF896FA97@cvs.NetBSD.org
Log Message:
libXfont2: update to 2.0.4.
This minor maintenance release cleans up issues found by Coverity and gcc,
as well as additional hardening through the use of APIs with stronger bounds
checking.
Adam Jackson (1):
fontfile: Remove unused 'bc' slot from _FontEntry
Alan Coopersmith (15):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add some unit testing utilities
Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
Use bounds checking string functions everywhere
Add reallocarray fallback if not provided by libc nor libbsd
Convert multiplying realloc calls to use reallocarray instead
Convert multiplying malloc calls to use mallocarray instead
fontxlfd.c: tell gcc that switch fallthrough is intentional
stubs/atom.c: check for ResizeHashTable failure
ComputeScaledProperties: check for valid pointers before making atoms
CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
fs_read_glyphs: check if rep is null before dereferencing
Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs
libXfont2 2.0.4
Maya Rashish (1):
Fix whitespace
Rin Okuyama (1):
avoid -Wformat errors from clang when building with -DDEBUG
Files: