diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-10 08:22:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-19 23:03:18 (GMT) |
commit | fc76c7785251482a26f31efabb10d38725facb6a (patch) | |
tree | 3eecc5d211f842b0a5e0915c1965631a27468676 /examples | |
parent | 45724d8082ad1dc0f22262add83f4ffa526c4ac4 (diff) | |
download | hdf5-fc76c7785251482a26f31efabb10d38725facb6a.zip hdf5-fc76c7785251482a26f31efabb10d38725facb6a.tar.gz hdf5-fc76c7785251482a26f31efabb10d38725facb6a.tar.bz2 |
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 'examples')
0 files changed, 0 insertions, 0 deletions