diff options
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r-- | src/H5FDcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c index 4c0d906..72c3a0f 100644 --- a/src/H5FDcore.c +++ b/src/H5FDcore.c @@ -434,7 +434,7 @@ H5FD_core_open(const char *name, unsigned flags, hid_t fapl_id, /* If an existing file is opened, load the whole file into memory. */ if(!(H5F_ACC_CREAT & flags)) { - unsigned char *x; + unsigned char *x=NULL; size_t size; if (HDfstat(file->fd, &sb)<0) |