-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Conversation
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)); } | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
VFD SWMR: sync with develop (#725)
…list Prevent H5Pset_vol from changing default VOL
double free failure in repacktest
also some formatting changes