You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2007/09/20 16:10:31 UTC

[jira] Created: (QPID-604) Potential NullPointerException in FieldTable trace logging

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.


[jira] Updated: (QPID-604) Potential NullPointerException in FieldTable trace logging

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-604:
-------------------------------

    Attachment: QPID-604-FieldTableNPE.patch

> 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.


[jira] Updated: (QPID-604) Potential NullPointerException in FieldTable trace logging

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-604:
--------------------------------

    Fix Version/s: M2

> 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, 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.


[jira] Resolved: (QPID-604) Potential NullPointerException in FieldTable trace logging

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-604.
------------------------------

    Resolution: Fixed

> 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, 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.