Kshitij Kansal created CLOUDSTACK-8712:
------------------------------------------
Summary: Potentially overflowing expression
Key: CLOUDSTACK-8712
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8712
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Affects Versions: 4.5.1
Reporter: Kshitij Kansal
Fix For: 4.5.1
(java.lang.Integer)com.cloud.storage.ImageStoreUploadMonitorImpl.UploadOperationTimeout.value()
* 60 * 1000 with type int (32 bits, signed) is evaluated using 32-bit
arithmetic, and then used in a context that expects an expression of type long
(64 bits, signed).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)