diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-07-27 22:38:18 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-07-27 22:38:18 (GMT) |
commit | 8eaef34ef0140182dffca391fb0bc63cd2ef2bd1 (patch) | |
tree | 1a9f30989e54e441c7a295d095f03251398ed77a /test/tconfig.c | |
parent | 91542d4ef787d1049db462afbf1682447a0f6196 (diff) | |
parent | fc76c7785251482a26f31efabb10d38725facb6a (diff) | |
download | hdf5-8eaef34ef0140182dffca391fb0bc63cd2ef2bd1.zip hdf5-8eaef34ef0140182dffca391fb0bc63cd2ef2bd1.tar.gz hdf5-8eaef34ef0140182dffca391fb0bc63cd2ef2bd1.tar.bz2 |
Merge pull request #608 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit 'fc76c7785251482a26f31efabb10d38725facb6a':
Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
Diffstat (limited to 'test/tconfig.c')
0 files changed, 0 insertions, 0 deletions