[RTEMS Project] #1817: Variable _Thread_Heir is not protected against interrupts
RTEMS trac
trac at rtems.org
Thu Nov 27 12:53:02 UTC 2014
#1817: Variable _Thread_Heir is not protected against interrupts
----------------------+------------------------------
Reporter: silvah15 | Owner: sebastian.huber
Type: defect | Status: closed
Priority: normal | Milestone: 4.11
Component: cpukit | Version: 4.10
Severity: normal | Resolution: fixed
Keywords: |
----------------------+------------------------------
Changes (by sebastian.huber):
* status: assigned => closed
* resolution: => fixed
Comment:
I reviewed rtems_task_mode(). There is no problem since a call to a
global function (_ISR_Set_level()) is between the
executing->is_preemptible update and the call to _Thread_Is_heir().
--
Ticket URL: <http://devel.rtems.org/ticket/1817#comment:7>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list