[Bug 1627] Coverage Improvement: devFS routines
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Jul 22 04:46:21 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1627
--- Comment #5 from Bharath Suri <bharath.s.jois at gmail.com> 2010-07-21 23:46:21 CDT ---
devFS_stat has one uncovered range, which I am not sure, if is reachable.
devFS_stat checks for the device name table and returns an error if not found.
But, before this, the stat() calls the devFS_evaluate_path which would have
done this check. So, if there is no device table, the stat does reach the point
where it calls the devFS_stat().
--
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