-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rest_vol_object: (fix) H5Ovisit (#94)
- Fixed the function RV_object_specific() for the case H5Ovisit. If the variable iter_object_type is either H5I_FILE or H5I_GROUP a call to CURL_PERFORM is made before setting the cURL headers correctly. This resulted in a segmentation fault. This has been fixed. - Added the missing brackets in 2 if statements to ensure that the variable url_len is set first before the comparison evaluation. - Corrected the link target path for the test_copy_link and test_move_link tests. - Implemented a test for H5Ovisit() using file_id as root.
- Loading branch information
Jan-Willem Blokland
authored
Nov 14, 2023
1 parent
fbded14
commit c0bd119
Showing
2 changed files
with
50 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters