Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change calloc parameter order #239

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

Swiftyhu
Copy link

@kzyapkov
Copy link

This currently breaks the build of https://aur.archlinux.org/packages/dump1090-fa-git

@mutability
Copy link

It's splitting hairs, but if recent gcc is going to complain then okay.

(AFAIK, swapping parameter order to calloc makes no functional difference -- calloc(x,y) returns at least x*y zeroed bytes, with alignment suitable for any type)

@mutability mutability changed the base branch from master to dev May 27, 2024 10:33
@mutability mutability merged commit eb08fd7 into flightaware:dev May 27, 2024
@Swiftyhu Swiftyhu deleted the gcc-14_fix branch June 6, 2024 11:28
@calimeroteknik
Copy link

Will this get merged into the master branch as well?

@mutability
Copy link

Yes, when we next do a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants