Ken Giusti created PROTON-916: --------------------------------- Summary: [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)