diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-07-11 23:36:01 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-07-11 23:36:01 (GMT) |
commit | 2da8e74cc5ca9c0bdae85189f351fbe9c5f40500 (patch) | |
tree | da0b7139c2145c0167d42338f5481e94a1fac458 /hl/tools/COPYING | |
parent | 46450bd9d02d87469d0c74df17cc76616822b8d4 (diff) | |
parent | 8935c921f7e50607cd91c86b2237ac39a9b600af (diff) | |
download | hdf5-2da8e74cc5ca9c0bdae85189f351fbe9c5f40500.zip hdf5-2da8e74cc5ca9c0bdae85189f351fbe9c5f40500.tar.gz hdf5-2da8e74cc5ca9c0bdae85189f351fbe9c5f40500.tar.bz2 |
Merge pull request #597 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '8935c921f7e50607cd91c86b2237ac39a9b600af':
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 'hl/tools/COPYING')
0 files changed, 0 insertions, 0 deletions