[
https://issues.apache.org/jira/browse/DISPATCH-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417899#comment-15417899
]
ASF subversion and git services commented on DISPATCH-473:
----------------------------------------------------------
Commit 5e040568d134d17126515a85dde6075bfc2e7e7b in qpid-dispatch's branch
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=5e04056 ]
DISPATCH-473 - Remove the ssl_profile reference from config_ssl_profiles before
freeing it
> 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]