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

GCC: Fixes for gcc 14 on Fedora 40 #16125

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Commits on Apr 29, 2024

  1. GCC: Fixes for gcc 14 on Fedora 40

    - Workaround dangling pointer in uu_list.c (openzfs#16124)
    - Fix calloc() transposed arguments in zpool_vdev_os.c
    - Make some temp variables unsigned to prevent triggering a
      '-Werror=alloc-size-larger-than' error.
    
    Signed-off-by: Tony Hutter <[email protected]>
    Issue: openzfs#16124
    tonyhutter committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    75f4c52 View commit details
    Browse the repository at this point in the history