summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYu Feng <rainwoodman@gmail.com>2021-03-19 13:32:05 (GMT)
committerGitHub <noreply@github.com>2021-03-19 13:32:05 (GMT)
commit1c8b3dbe4df31b8e35a51a927977b64ec12f27e9 (patch)
tree87bce948d40350e0c5ae68e13756ff9f878f92fa /test
parentdafc7285bb1df4a6529a64c215c5de4017016d24 (diff)
downloadhdf5-1c8b3dbe4df31b8e35a51a927977b64ec12f27e9.zip
hdf5-1c8b3dbe4df31b8e35a51a927977b64ec12f27e9.tar.gz
hdf5-1c8b3dbe4df31b8e35a51a927977b64ec12f27e9.tar.bz2
Purge the buffer used in type conversion. (#263)
Some of the uniniitialized bits in the buffer may get carried through all the way to disk, creating a risk for leaks. We observed an msan error during the floating point output conversion. Due to the encoding certain bits could remain untouched during the conversion. In this draft we zero initialize the dbuf used by every convertor.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions