activemq-artemis/artemis-protocols/artemis-mqtt-protocol
Aditya Sharad 33c94635bf ARTEMIS-1135: Fix integer multiplication overflows
Multiplication operations where the operands have type `int` but the
result is cast to `long` may lead to overflow.
Fixes two instances of this problem, by ensuring the operands are cast
to `long` during multiplication.
This resolves the "Result of integer multiplication cast to long"
alerts at https://lgtm.com/projects/g/apache/activemq-artemis/alerts.
2017-05-02 13:00:46 -04:00
..
src/main ARTEMIS-1135: Fix integer multiplication overflows 2017-05-02 13:00:46 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-03-10 14:54:33 +00:00