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 remaining calloc param reversals #5016

Closed
wants to merge 1 commit into from

Commits on Oct 27, 2024

  1. Fix remaining calloc param reversals

    gcc 14 identifies likely places where the sizeof() call is used
    for the first parameter to calloc(). This PR fixes the remaining
    places in the library where this occurs and reworks a few other
    allocations to be more uniform.
    derobins committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0a69091 View commit details
    Browse the repository at this point in the history