[
https://issues.apache.org/jira/browse/QPID-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marnie McCormack resolved QPID-789.
-----------------------------------
Resolution: Fixed
Assignee: Rob Godfrey
Changes committed, a member variable byte buffer duplicated to avoid threading
issues.
> 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
> Assignee: 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.