- fontfile: Remove unused 'bc' slot from _FontEntry
- 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
- avoid -Wformat errors from clang when building with -DDEBUG
Signed-off-by: Pierre-Yves <pyu@riseup.net>