[Bug 2069] [CBS Scheduler] Memory leak and enqueue problem

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Jul 6 12:54:51 UTC 2012


https://www.rtems.org/bugzilla/show_bug.cgi?id=2069

Joel Sherrill <joel.sherrill at oarcorp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chrisj at rtems.org

--- Comment #13 from Joel Sherrill <joel.sherrill at oarcorp.com> 2012-07-06 07:54:51 CDT ---
Using an extra bit in priority scares me. The priority is decomposed into
"major" and "minor" components and manipulated by bit scan methods provided by
each port. 

You are also assuming there is an extra bit in the priority field. Technically
it could be a uint8_t since it is valid from 0-255.

-- 
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