diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-05-13 19:29:07 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-05-13 19:29:07 (GMT) |
commit | 0423a2ce6e5052ee838aa8be2b33f4ee78d62a5a (patch) | |
tree | e7488faa51aba8302dc05c75b7014e72788bb215 /release_docs | |
parent | 8e0bce9dabef2d78e11d7c12e83bb2789acac756 (diff) | |
download | hdf5-0423a2ce6e5052ee838aa8be2b33f4ee78d62a5a.zip hdf5-0423a2ce6e5052ee838aa8be2b33f4ee78d62a5a.tar.gz hdf5-0423a2ce6e5052ee838aa8be2b33f4ee78d62a5a.tar.bz2 |
[svn-r16948] merge 16947
#1522 (B1) h5ltread_dataset_string_f error with g95
ISSUE: h5ltread_dataset_string_f causes library assertion with g95.
SOLUTION: convert the fortran string buffer to a C buffer with HD5f2cstring, and pass this string to the C function
TEST: added a test call in the fortran test lite program
DOCS: added the note in RELEASE.txt "- Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions had memory problems with the g95 fortran compiler. (PVN - 5/13/2009) 1522
tested: linux g95, windows fortran intel 11
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1553004..84e7b49 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -122,7 +122,9 @@ Bug Fixes since HDF5-1.8.3 Fortran High-Level APIs: ------ - - None + - Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions + had memory problems with the g95 fortran compiler. (PVN – 5/13/2009) 1522 + Platforms Tested |