summaryrefslogtreecommitdiffstats
path: root/src/H5Pfcpl.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2017-07-27 22:38:18 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2017-07-27 22:38:18 (GMT)
commit8eaef34ef0140182dffca391fb0bc63cd2ef2bd1 (patch)
tree1a9f30989e54e441c7a295d095f03251398ed77a /src/H5Pfcpl.c
parent91542d4ef787d1049db462afbf1682447a0f6196 (diff)
parentfc76c7785251482a26f31efabb10d38725facb6a (diff)
downloadhdf5-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 'src/H5Pfcpl.c')
0 files changed, 0 insertions, 0 deletions