diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-12 21:18:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-12 21:18:16 (GMT) |
commit | f57011b7af0bb8f06bca8d10c43975b923f5f5c3 (patch) | |
tree | 76ee6a2bd273693bbb79c5e5d23cd317e8eeaf15 /release_docs | |
parent | 9952cd37fa720bb9fb27df607ad3aaf46eea0a3a (diff) | |
download | hdf5-f57011b7af0bb8f06bca8d10c43975b923f5f5c3.zip hdf5-f57011b7af0bb8f06bca8d10c43975b923f5f5c3.tar.gz hdf5-f57011b7af0bb8f06bca8d10c43975b923f5f5c3.tar.bz2 |
HDFFV-11127 - force RTLD_LOCAL in dlopen
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1eb1406..037ce13 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -134,6 +134,15 @@ Bug Fixes since HDF5-1.12.0 release ================================== Library ------- + - Explicitly declared dlopen to use RTLD_LOCAL + + dlopen documentation states that f neither RTLD_GLOBAL nor + RTLD_LOCAL are specified, then the default behavior is unspecified. + The default on linux is usually RTLD_LOCAL while macos will default + to RTLD_GLOBAL. + + (ADB - 2020/08/12, HDFFV-11127) + - Fixed the segmentation fault when reading attributes with multiple threads It was reported that the reading of attributes with variable length string |