FieldTable.putDataInBuffer not thread safe
------------------------------------------
Key: QPID-789
URL: https://issues.apache.org/jira/browse/QPID-789
Project: Qpid
Issue Type: Bug
Components: Java Common
Affects Versions: M2
Reporter: Rob Godfrey
Fix For: M2.1
putDataInBuffer is not thread safe - a member variabke byte buffer is used to
write into a second byte buffer passed in as an argument.
To make the method thread safe, use a duplicate of the member variable instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.