subfiling should gracefully handle enviroment varibles that are not set to anything #3978
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
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.
The text was updated successfully, but these errors were encountered: