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
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]