[RTEMS Project] #1815: _ISR_Nest_level should be protected with interrupts disabled in function _Watchdog_Insert
RTEMS trac
trac at rtems.org
Mon Nov 24 14:59:19 UTC 2014
#1815: _ISR_Nest_level should be protected with interrupts disabled in function
_Watchdog_Insert
----------------------+----------------------------
Reporter: silvah15 | Owner: joel.sherrill
Type: defect | Status: new
Priority: normal | Milestone: 4.11
Component: cpukit | Version: HEAD
Severity: normal | Resolution:
Keywords: |
----------------------+----------------------------
Old description:
> _ISR_Nest_level should be protected with interrupts disabled in function
> _Watchdog_Insert, because another interrupt can occur after
> _ISR_Nest_level is
> saved, causing inconsistency in the global variable.
New description:
_ISR_Nest_level should be protected with interrupts disabled in function
_Watchdog_Insert, because another interrupt can occur after
_ISR_Nest_level is
saved, causing inconsistency in the global variable.
--
Comment (by joel.sherrill):
Was this fixed?
--
Ticket URL: <http://devel.rtems.org/ticket/1815#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list