Segmentation fault when opening unseekable file #1498
Labels
Component - C Library
Core C library issues (usually in the src directory)
Priority - 3. Low 🔽
Code cleanup, small feature change requests, etc.
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
Type - Security
Security issues, including library crashers and memory leaks
Milestone
I tried to use
/dev/null
in a unit test (since I'm not interested in the result) but the library crashes hard. This is a minimal test case:The output when running is:
I understand that hdf5 library wants to seek in the file, but it should fail gracefully. My version:
The text was updated successfully, but these errors were encountered: