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 2018/05/01 00:12:00 UTC

[jira] [Commented] (AXIS2C-1695) Hardcoded NULL fails assertion

    [ https://issues.apache.org/jira/browse/AXIS2C-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459320#comment-16459320 ] 

Bill Blough commented on AXIS2C-1695:
-------------------------------------

axiom_children_qname_iterator_create checks the qname, and only uses it if it's not null.  In the null case, an empty iterator is returned. I believe it's safe to remove this assertion.  Removed in r1830641

> Hardcoded NULL fails assertion
> ------------------------------
>
>                 Key: AXIS2C-1695
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1695
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om, xml/parser
>    Affects Versions: Current (Nightly)
>            Reporter: Bill Blough
>            Priority: Major
>             Fix For: 1.7.0
>
>
> axiom_soap_header_examine_all_header_blocks calls axiom_element_get_children_with_qname using a hardcoded NULL for the qname, causing an assertion failure (qname != null).  
> One or the other needs to be adjusted to make it work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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