activemq-artemis/artemis-protocols
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
..
artemis-amqp-protocol ARTEMIS-547 authorize AMQP sender on attach 2017-04-28 14:30:03 -05:00
artemis-hornetq-protocol ARTEMIS-1056 Performance improvements on AMQP 2017-03-22 09:55:02 -05:00
artemis-hqclient-protocol [maven-release-plugin] prepare for next development iteration 2017-03-10 14:54:33 +00:00
artemis-mqtt-protocol ARTEMIS-1135: Fix integer multiplication overflows 2017-05-02 13:00:46 -04:00
artemis-openwire-protocol ARTEMIS-1102 cert-based auth impl for OpenWire 2017-04-28 10:11:25 +01:00
artemis-stomp-protocol ARTEMIS-1113 STOMP + management-address fix 2017-04-28 10:10:13 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-03-10 14:54:33 +00:00