summaryrefslogtreecommitdiffstats
path: root/src/H5Pfcpl.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-07-10 08:22:48 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-07-19 23:03:18 (GMT)
commitfc76c7785251482a26f31efabb10d38725facb6a (patch)
tree3eecc5d211f842b0a5e0915c1965631a27468676 /src/H5Pfcpl.c
parent45724d8082ad1dc0f22262add83f4ffa526c4ac4 (diff)
downloadhdf5-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 'src/H5Pfcpl.c')
0 files changed, 0 insertions, 0 deletions