Potential NullPointerException in FieldTable trace logging
----------------------------------------------------------
Key: QPID-604
URL: https://issues.apache.org/jira/browse/QPID-604
Project: Qpid
Issue Type: Bug
Components: Java Common
Affects Versions: M2
Reporter: Aidan Skinner
Priority: Minor
Fix For: M2.1
Attachments: QPID-604-FieldTableNPE.patch
When logging is set to trace, there's a potential for FieldTable.writeToBuffer
to throw an NPE since it doesn't check if _properties is null. This leads to
timeouts and other badness.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.