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 "Bill Blough (Jira)" <ji...@apache.org> on 2020/04/07 16:59:00 UTC

[jira] [Updated] (AXIS2C-1572) Undefined variable prefix in generated code

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

Bill Blough updated AXIS2C-1572:
--------------------------------
    Fix Version/s: 1.7.0

> Undefined variable prefix in generated code
> -------------------------------------------
>
>                 Key: AXIS2C-1572
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1572
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: wsdl2c tool
>    Affects Versions: 1.6.0
>            Reporter: Hengli Wang
>            Assignee: Korale Gamaralalage Nandika Chandrasiri Jayawardana
>            Priority: Major
>             Fix For: 1.7.0
>
>
> The generated code failed with an undefined variable "prefix". A close look shows that the code is generated by CADBBeanTemplateSource.xsl at line 539-547
>                         if(prefix_found)
>                         {
>                             /* node value contain the prefix */
>                             char *prefix_value = AXIS2_MALLOC(env->allocator, (cp_ro - node_value - 1) + 1);
>                             strncpy(prefix, node_value, (cp_ro - node_value - 1));
>                             prefix[cp_ro - node_value - 1] = '\0';
>                             qname_ns = axiom_element_find_namespace_uri((axiom_element_t*)axiom_node_get_data_element(parent, env), env, prefix_value, parent);
>                             AXIS2_FREE(env->allocator, prefix_value);
>                         }
> I replaced prefix with prefix_value, and the generated code seems good.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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