Bill Blough created AXIS2C-1697:
-----------------------------------
Summary: Use of uninitialized array_list
Key: AXIS2C-1697
URL: https://issues.apache.org/jira/browse/AXIS2C-1697
Project: Axis2-C
Issue Type: Bug
Components: core/description
Affects Versions: Current (Nightly)
Reporter: Bill Blough
In axis2_op_engage_module, op->engaged_module_list is assigned (as
collection_module) to, even if null. While this doesn't cause a crash (due to
param checking in the array_list functions), it does prevent the unit tests
from passing.
Need to investigate and determine whether this allocation/initialization should
be left up to the caller (in which case the tests need to be changed) or up to
the library (in which case, need to determine best place for this to be fixed).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]