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 VFD h5repacktest #20

Merged
merged 4 commits into from
Oct 6, 2020
Merged

Fix VFD h5repacktest #20

merged 4 commits into from
Oct 6, 2020

Conversation

byrnHDF
Copy link
Contributor

@byrnHDF byrnHDF commented Oct 5, 2020

double free failure in repacktest
also some formatting changes

byrnHDF and others added 2 commits October 5, 2020 14:21
When encountering a directory, the current loop iteration was skipped
without freeing the memory allocated for the path.

return yy_scan_bytes(yystr, (int)strlen(yystr));
}
yy_scan_string(const char *yystr) { return yy_scan_bytes(yystr, (int)strlen(yystr)); }

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this due to running the formatter over this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I thought I had this file excluded.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is excluded in the yaml, just not in the bin scripts. I'll fix that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't seem to find a previous version, but it shouldn't matter much as it should be the same after formatting.

@byrnHDF byrnHDF merged commit c0e087a into HDFGroup:develop Oct 6, 2020
vchoi-hdfgroup added a commit that referenced this pull request Jun 11, 2021
@bmribler bmribler mentioned this pull request Jul 2, 2023
mattjala added a commit to mattjala/hdf5 that referenced this pull request Dec 17, 2024
…list

Prevent H5Pset_vol from changing default VOL
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.

7 participants