summarylogtreecommitdiffstats
path: root/0001-fix-calloc-transposed-args.patch
AgeCommit message (Collapse)Author
2024-06-30wlroots0.15: fix -Werror=calloc-transposed-argsNarrat
it looks like calloc didn't really care about the order of the arguments? This got changed with GCC14, which added a check and throws an error.