diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-02-12 19:48:49 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-02-12 19:48:49 (GMT) |
commit | 4e31361dad4add06792b652dbe5b97e501f9031d (patch) | |
tree | a8b1ca9d514a28d6d87e4a78d17994b27960891a /src/H5RSprivate.h | |
parent | 9f9485a17a87b075f122b654c1f8426d9114a6df (diff) | |
download | hdf5-4e31361dad4add06792b652dbe5b97e501f9031d.zip hdf5-4e31361dad4add06792b652dbe5b97e501f9031d.tar.gz hdf5-4e31361dad4add06792b652dbe5b97e501f9031d.tar.bz2 |
I'm bringing the fixes for the following Jira issues from the develop branch to 1.10 branch:
HDFFV-10571: Divided by Zero vulnerability.
HDFFV-10601: Issues with chunk cache hash value calcuation.
HDFFV-10607: Patches for warnings in the core libraries.
HDFFV-10635: HDF5 library segmentation fault with H5Sselect_element.
Diffstat (limited to 'src/H5RSprivate.h')
-rw-r--r-- | src/H5RSprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5RSprivate.h b/src/H5RSprivate.h index f69624a..1d26a18 100644 --- a/src/H5RSprivate.h +++ b/src/H5RSprivate.h @@ -44,7 +44,7 @@ typedef struct H5RS_str_t H5RS_str_t; /* Private routines */ /********************/ H5_DLL H5RS_str_t *H5RS_create(const char *s); -H5_DLL H5RS_str_t *H5RS_wrap(char *s); +H5_DLL H5RS_str_t *H5RS_wrap(const char *s); H5_DLL H5RS_str_t *H5RS_own(char *s); H5_DLL herr_t H5RS_decr(H5RS_str_t *rs); H5_DLL herr_t H5RS_incr(H5RS_str_t *rs); |