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 incorrect test #289

Merged
merged 1 commit into from
Jul 15, 2016
Merged

Fix incorrect test #289

merged 1 commit into from
Jul 15, 2016

Commits on Jul 12, 2016

  1. Update nc4hdf.c

    If H5Aopen_idx on line 1964 fails, then attid will be < 0.  The BAIL will goto exit at line 1989 and then the test of "if (attid ...)" at line 1995 will pass (attd != 0) and then call H5Aclose(attid) with a negative attid.    Similar issue for spaceid.  
    
    Result of function if probably the same since there is a failure somewhere, but more difficult to track down if looks like failure is happening in the wrong place.
    gsjaardema committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    fcb1455 View commit details
    Browse the repository at this point in the history