[ 
https://issues.apache.org/jira/browse/DISPATCH-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy resolved DISPATCH-473.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.7.0

> 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
>             Fix For: 0.7.0
>
>
> 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