[Bug 1646] New: spsize incorrect use of uninitialized
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Fri Jul 30 17:42:26 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1646
Summary: spsize incorrect use of uninitialized
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: testing
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: giddyup44 at yahoo.com
I noticed a problem in the sptest/spsize/size.c file.
At line 211, uninitialized is set to the sum of the global variables used by
various components of RTEMS. But then at line 392, uninitialized is set to 0.
I guess one or the other is wrong. Should the global variables be assigned to
initialized, or is the uninitialized = 0 a spurious assignment?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list