Robert Schweikert created AXIS2C-1589:
-----------------------------------------
Summary: Code base does not build with gcc 4.7 due to potential use of uninitialized
array
Key: AXIS2C-1589
URL: https://issues.apache.org/jira/browse/AXIS2C-1589
Project: Axis2-C
Issue Type: Bug
Affects Versions: 1.6.0
Environment: openSUSE_Factory as of 04/21/12
Reporter: Robert Schweikert
axiom/src/xpath/xpath_internals_engine.c
defines the n_nodes array, but leaves it uninitialized. Values are set in a loop but are guarded
by an if block. Thus the array may be uninitialized. Later on the array is used.
In gcc 4.7 this condition is detected and when building with warnings treated as errors the
build fails.
--
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-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|