Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In function getExpectedStatsInAtIndex, statsInMB[index] * numTasks / numVMEventsReceived could cause Integer overflow, for example when statsInMB[index] == 30000 and numTasks == 200000.