[
https://issues.apache.org/jira/browse/PROTON-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590764#comment-14590764
]
ASF subversion and git services commented on PROTON-916:
--------------------------------------------------------
Commit 638c18b33d4dd8f10692b975f522053a2ed4f980 in qpid-proton's branch
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=638c18b ]
PROTON-916: Avoid unnecessary heap allocation
> [SASL] pn_sasl_config_name - name gets overwritten in python binding
> --------------------------------------------------------------------
>
> Key: PROTON-916
> URL: https://issues.apache.org/jira/browse/PROTON-916
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c, python-binding
> Affects Versions: 0.10
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Fix For: 0.10
>
>
> When setting the SASL configuration name from python, a pointer to a
> temporary string is passed to pn_sasl_config_name() by the python
> environment. When the environment no longer references that string, the
> memory is freed, leaving the sasl internal object referencing freed memory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)