summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-01 01:19:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-01 01:19:39 (GMT)
commit07b76068a4517f874fc5584049178ed5f61e3cea (patch)
tree7223c8f107c0e21c38c0482962dbb2584345a74e /src/H5FDlog.c
parente8108d76992ba43fbdfda01b262e9121ad00d2ed (diff)
parentfa6077332b36f3af0042561ccff29faef7f09e34 (diff)
downloadhdf5-07b76068a4517f874fc5584049178ed5f61e3cea.zip
hdf5-07b76068a4517f874fc5584049178ed5f61e3cea.tar.gz
hdf5-07b76068a4517f874fc5584049178ed5f61e3cea.tar.bz2
Merge branch 'develop' into vfd_init_cleanup
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 524113a..97d1b41 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -329,6 +329,8 @@ H5Pset_fapl_log(hid_t fapl_id, const char *logfile, unsigned long long flags, si
if(NULL == (plist = H5P_object_verify(fapl_id, H5P_FILE_ACCESS)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a file access property list")
+ HDmemset(&fa, 0, sizeof(H5FD_log_fapl_t));
+
/* This shallow copy is correct! The string will be properly
* copied deep down in the H5P code.
*/