Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 71435 invoked from network); 3 Jun 2008 03:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2008 03:51:20 -0000 Received: (qmail 98641 invoked by uid 500); 3 Jun 2008 03:51:22 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 98624 invoked by uid 500); 3 Jun 2008 03:51:22 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 98613 invoked by uid 99); 3 Jun 2008 03:51:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 20:51:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2008 03:50:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14C3B234C12D for ; Mon, 2 Jun 2008 20:50:45 -0700 (PDT) Message-ID: <1100282060.1212465045083.JavaMail.jira@brutus> Date: Mon, 2 Jun 2008 20:50:45 -0700 (PDT) From: "Milinda Lakmal Pathirage (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2C-1174) infinite loop in ws-adressing module In-Reply-To: <1971994785.1212416744984.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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