ACL module core dumps if management is disabled
-----------------------------------------------

                 Key: QPID-2521
                 URL: https://issues.apache.org/jira/browse/QPID-2521
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.5, M4, 0.6
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: 0.7


If you load the acl module while disabling management (using -m no) the broker
core dumps. This is due to the mgtObject not being initialized, hence the
subsequent if statements pass and results in accessing a null management
Object.

How reproducible:
Always

Steps to Reproduce:
Load the acl module with an acl file and set -m no to disable management.

Actual results:
Broker core dumps

Expected results:
Should not core dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to