summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-13 16:11:53 (GMT)
committerGitHub <noreply@github.com>2023-04-13 16:11:53 (GMT)
commit0249cead15fdee5fb3984a2bd93beb6ca52b445e (patch)
treef9e8ed9ff55683852c01cd9911cb58398bad8a02 /release_docs
parentb8529623eb0eb4fb67f12ae44ecedd5ad447c4b6 (diff)
downloadhdf5-0249cead15fdee5fb3984a2bd93beb6ca52b445e.zip
hdf5-0249cead15fdee5fb3984a2bd93beb6ca52b445e.tar.gz
hdf5-0249cead15fdee5fb3984a2bd93beb6ca52b445e.tar.bz2
Fix #2598 sanitize leak (#2676)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 97f137d..62c7b8b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -359,6 +359,13 @@ Bug Fixes since HDF5-1.12.1 release
Tools
-----
+ - In the tools traverse function - an error in either visit call
+ will bypass the cleanup of the local data variables.
+
+ Replaced the H5TOOLS_GOTO_ERROR with just H5TOOLS_ERROR.
+
+ (ADB - 2023/04/06 GH-2598)
+
- Fix h5repack to only print output when verbose option is selected
When timing option was added to h5repack, the check for verbose was