Vailin Choi 8935c921f7 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.
2017-07-10 03:22:48 -05:00
..
2011-04-15 14:06:38 -05:00
2016-04-17 02:26:51 -05:00
2016-04-17 02:26:51 -05:00
2017-06-29 01:11:44 -05:00
2017-06-29 01:11:44 -05:00
2009-10-01 21:08:59 -05:00
2017-05-25 06:45:53 -04:00
2017-06-30 18:35:09 -07:00
2017-06-30 18:35:09 -07:00
2017-06-29 01:11:44 -05:00
2017-05-25 10:11:26 -04:00
2017-05-25 06:45:53 -04:00
2009-10-08 23:09:34 -05:00
2017-05-25 10:11:26 -04:00
2017-05-25 06:45:53 -04:00