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

subfiling should gracefully handle enviroment varibles that are not set to anything #3978

Closed
brtnfld opened this issue Feb 1, 2024 · 0 comments · Fixed by #4038
Closed
Assignees
Labels
Component - C Library Core C library issues (usually in the src directory) Component - Parallel Parallel HDF5 (NOT thread-safety) Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug / Bugfix Please report security issues to [email protected] instead of creating an issue on GitHub
Milestone

Comments

@brtnfld
Copy link
Contributor

brtnfld commented Feb 1, 2024

subfiling environment variables that are defined but not set to any values could cause issues (e.g.,

export H5FD_SUBFILING_IOC_SELECTION_CRITERIA=
export H5FD_SUBFILING_SUBFILE_PREFIX=, etc...)

with the HDF5 library, it should either fail gracefully or assume the default values for those environment variables.

@brtnfld brtnfld added Merge - To 1.14 Priority - 1. High 🔼 These are important issues that should be resolved in the next release Component - C Library Core C library issues (usually in the src directory) Component - Parallel Parallel HDF5 (NOT thread-safety) Type - Bug / Bugfix Please report security issues to [email protected] instead of creating an issue on GitHub labels Feb 1, 2024
@brtnfld brtnfld added this to the 1.14.4 milestone Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Component - Parallel Parallel HDF5 (NOT thread-safety) Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug / Bugfix Please report security issues to [email protected] instead of creating an issue on GitHub
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants