Closed esabol closed 4 months ago
This merge request addresses issue #398.
It fixes the reversed calloc() arguments in the internals tests that was revealed by building with gcc 14.1 on Ubuntu 24.04.
calloc()
It also adds a build using gcc-14 on Ubuntu 24.04 to the GitHub Actions CI workflow.
@SpamapS : This involves changes to the code (granted only testing code), so I'd like your review when you have time, Clint. Thanks!
This merge request addresses issue #398.
It fixes the reversed
calloc()
arguments in the internals tests that was revealed by building with gcc 14.1 on Ubuntu 24.04.It also adds a build using gcc-14 on Ubuntu 24.04 to the GitHub Actions CI workflow.