Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct order of calloc parameters
This fixes a error if compiled with gcc-14. gcc-14 enables the compile option `-Werror=calloc-transposed-args`. No functional change as 1*sizeof(x) is the same as sizeof(x)*1. Found with Bug#1074932: efibootguard: ftbfs with GCC-14. Signed-off-by: Quirin Gylstorff <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information