Crash in axiom_node_get_data_element() on NULL pointer parameter
----------------------------------------------------------------

                 Key: AXIS2C-1571
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1571
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: 1.7.0
            Reporter: mehturt


axiom_node_get_data_element() does not inspect its parameter and can cause 
crash if the parameter is NULL.
I observed a crash when this fn is called from 
axis2_module_builder_populate_module(), where axis2_desc_builder_build_om() 
returns module_node (which can be NULL) and this module_node is passed to 
axiom_node_get_data_element().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to