Ticket #2941 (closed defect: fixed)
HDF5 driver easily confused about datatypes
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | unspecified |
| Severity: | normal | Keywords: | HDF5 |
| Cc: |
Description
gdalinfo -checksum HDF5:"groups.h5"://MyGroup/dset1
produces valgrind errors indicating memory corruption. It appears to be due to 32bit integer data being misclassified as 16bit.
A similar problem occurs on 64bit platforms with u64be.h5 being misclassified as 32bit integer.
I presume this problem has existed as long as the hdf5 driver.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

