You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (JIRA)" <ji...@apache.org> on 2016/08/22 14:50:21 UTC

[jira] [Resolved] (DISPATCH-473) Deleting an SSL Profile used by a listener sometimes causes the router to crash

     [ 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org