gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

Issue #398: Fix gcc 14 build failure for reversed calloc args #399

Closed esabol closed 4 months ago

esabol commented 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.

It also adds a build using gcc-14 on Ubuntu 24.04 to the GitHub Actions CI workflow.

esabol commented 4 months ago

@SpamapS : This involves changes to the code (granted only testing code), so I'd like your review when you have time, Clint. Thanks!