Andrey Slepykh created ARTEMIS-4661:
---------------------------------------
Summary: DLS_DEAD_LOCAL_STORE in AMQPLargeMessage.java
Key: ARTEMIS-4661
URL: https://issues.apache.org/jira/browse/ARTEMIS-4661
Project: ActiveMQ Artemis
Issue Type: Bug
Components: ActiveMQ-Artemis-Native
Affects Versions: 2.32.0
Reporter: Andrey Slepykh
Assignee: Clebert Suconic
PR:
[https://github.com/apache/activemq-artemis/pull/4835/commits/dafef6784743b1ecdf085a19e65efb41224d26c4]
The local variable constructorPos is initialized with the value of
buffer.position() in line 330, but the variable itself is not used anywhere
else, which may indicate an error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)