Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap alloc_size parameters (GCC 14.1 bug)
Starting in GCC 14, alloc_size uses calloc semantics and emits a warning if the first parameter is a sizeof result. This behavior is undocumented and breaks with the previous commutative behavior.
- Loading branch information