Ganesh Murthy created DISPATCH-473:
--------------------------------------

             Summary: Deleting an SSL Profile used by a listener sometimes 
causes the router to crash
                 Key: DISPATCH-473
                 URL: https://issues.apache.org/jira/browse/DISPATCH-473
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Container
    Affects Versions: 0.7.0
            Reporter: Ganesh Murthy
            Assignee: Ganesh Murthy


Start a router with an SSL Profile for a listener.
Delete the listener via qdmanage
Now, delete the SSL Profile via qdmanage.
The router will crash in some cases.

This is because of the code in connection_manager.c 

qd_connection_manager_delete_ssl_profile()

{noformat}
if (freed)
        DEQ_REMOVE(qd->connection_manager->config_ssl_profiles, ssl_profile);
{noformat}

The above tries to delete a freed reference.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to