We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba5c1a commit d9e2032Copy full SHA for d9e2032
release_docs/RELEASE.txt
@@ -514,6 +514,14 @@ Bug Fixes since HDF5-2.0.0 release
514
===================================
515
Library
516
-------
517
+ - Fixed an assertion failure in H5S__copy_pnt_list()
518
+
519
+ If a dataspace with a point selection in it had its extent reset with
520
+ the H5Sset_extent_none() function, any copy operations on that dataspace
521
+ would result in an assertion failure in debug builds of the library
522
+ due to the dataspace having an extent with a rank value of 0. This has
523
+ been fixed by converting the assertion failure into a normal error check.
524
525
- Fixed an error in H5Ddebug
526
527
H5Ddebug would fail for any chunked dataset with a chunk index, due to its
0 commit comments