[RTEMS Project] #2507: Invalid watchdog iterator update during watchdog insert
RTEMS trac
trac at rtems.org
Mon Jan 4 08:58:16 UTC 2016
#2507: Invalid watchdog iterator update during watchdog insert
-----------------------------+-----------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: new
Priority: highest | Milestone: 4.11
Component: cpukit | Version: 4.11
Severity: blocker | Keywords:
-----------------------------+-----------------------------
In case a new watchdog is inserted into an existing chain, the update of
the watchdog iterators pointing to the next watchdog of the new watchdog
is wrong. Instead of subtracting the delta interval of the new watchdog
they must point to the new watchdog with an unchanged iterator delta
interval.
--
Ticket URL: <http://devel.rtems.org/ticket/2507>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list