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 "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org> on 2008/06/03 05:50:45 UTC

[jira] Assigned: (AXIS2C-1174) infinite loop in ws-adressing module

     [ https://issues.apache.org/jira/browse/AXIS2C-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milinda Lakmal Pathirage reassigned AXIS2C-1174:
------------------------------------------------

    Assignee: Milinda Lakmal Pathirage

> infinite loop in ws-adressing module
> ------------------------------------
>
>                 Key: AXIS2C-1174
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1174
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/addressing
>    Affects Versions: 1.4.0, 1.4.1
>            Reporter: Julien Billon
>            Assignee: Milinda Lakmal Pathirage
>
> in the ws-adressing module, file addr_out_handler.c, function axis2_addr_out_handler_add_to_soap_header(), line 717 (vers 1.4.0) :
> for (i = 0; size; i++)
> {
>    ...
> }
> I think    for (i = 0; i < size; i++)    is much better !

-- 
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