[Bug 1665] New: psxtests/psximfs02/init.c: 'Info.Free.largest' may be used uninitialized in this function
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Aug 10 02:56:51 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1665
Summary: psxtests/psximfs02/init.c: 'Info.Free.largest' may be
used uninitialized in this function
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: testing
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: ralf.corsepius at rtems.org
Bad code in a testsuite:
...
testsuites/psxtests/psximfs02/init.c:122: warning: 'Info.Free.largest' may be
used uninitialized in this function
...
GCC is right. Info is never initialized, so the results will be random.
--
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