netcdf-c/libhdf5
Greg Sjaardema edf0ca6c98
Avoid potential integer overrun
It is possible for the values stored to `file_value_size` to overrun the storage capacity of a 32-bit integer.  The value does need to store negative values potentially, so can be `size_t` or `hsize_t`, so use the `hssize_t` which is a signed 64-bit value.  Could also use `ssize_t`, but that is not used in this routine...
2020-06-10 15:42:22 -06:00
..
CMakeLists.txt Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5cache.c adding internal function, plus some documentation 2020-05-08 08:58:42 -06:00
hdf5create.c now properly setting HDF5 file cache for files created/opened sequentially on parallel IO builds 2020-05-08 11:00:56 -06:00
hdf5debug.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c Remove line that was missed in original patch 2020-04-30 14:00:18 -06:00
hdf5dispatch.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
hdf5file.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5filter.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c now properly setting HDF5 file cache for files created/opened sequentially on parallel IO builds 2020-05-08 11:00:56 -06:00
hdf5open.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
hdf5type.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5var.c Avoid potential integer overrun 2020-06-10 15:42:22 -06:00
Makefile.am Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4hdf.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
nc4info.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
nc4mem.c
nc4memcb.c Spelling fixes 2019-09-18 08:03:01 -06:00