You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2013/06/27 19:05:21 UTC

[jira] [Created] (QPID-4960) Switch malloc.h (Linux specific) to stdlib.h (Cross-platform friendly) for the saslwrapper.cpp

Harsh J created QPID-4960:
-----------------------------

             Summary: Switch malloc.h (Linux specific) to stdlib.h (Cross-platform friendly) for the saslwrapper.cpp
                 Key: QPID-4960
                 URL: https://issues.apache.org/jira/browse/QPID-4960
             Project: Qpid
          Issue Type: Improvement
          Components: Python Client
    Affects Versions: 0.23
            Reporter: Harsh J
            Priority: Trivial


Attached is a patch that switches over the extras/sasl's saslwrapper.cpp file to use stdlib.h instead of the deprecated and Linux specific malloc.h.

Testing I did for this change:

On both Linux and OSX (with Homebrew)
{code}
cd qpid/extras/sasl
./bootstrap -build
[Ensured no errors popped up]
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org