You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/02/28 22:01:51 UTC

[jira] Created: (AXIS2C-1022) Memory leak in axutil_uri_to_string()

Memory leak in axutil_uri_to_string()
-------------------------------------

                 Key: AXIS2C-1022
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1022
             Project: Axis2-C
          Issue Type: Bug
          Components: util
    Affects Versions: 1.3.0
            Reporter: Senaka Fernando
            Assignee: Senaka Fernando


Memory leak in axutil_uri_to_string(). strcat allocates memory, and repeated assignments of strcat output to "ret" results in a leak.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2C-1022) Memory leak in axutil_uri_to_string()

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando resolved AXIS2C-1022.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0

Fixed Issue

> Memory leak in axutil_uri_to_string()
> -------------------------------------
>
>                 Key: AXIS2C-1022
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1022
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.3.0
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>
> Memory leak in axutil_uri_to_string(). strcat allocates memory, and repeated assignments of strcat output to "ret" results in a leak.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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