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 issues with empty or uninitialized link names #4322

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Fix issues with empty or uninitialized link names

    Converts an assertion in H5G_loc_find into a normal error
    check that checks for empty link names
    
    Initializes H5O_link_t structure early in H5G__ent_to_link
    to avoid trying to free potentially uninitialized memory
    
    Checks for an empty link name after H5MM_strndup in
    H5G__ent_to_link
    
    Fixes GitHub HDFGroup#4307
    jhendersonHDF committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7fff3ce View commit details
    Browse the repository at this point in the history