[ https://issues.apache.org/jira/browse/AXIS2C-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Blough resolved AXIS2C-1697. --------------------------------- Resolution: Fixed There was an existing helper function to add modules to the engaged module list, so I changed axis2_op_engage_module to use the helper instead of it manipulating the list directly. Fixed in 1830638. > 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 > Priority: Major > Fix For: 1.7.0 > > > In axis2_op_engage_module, op->engaged_module_list is assigned to (as > collection_module), 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: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org