#2507 closed defect (fixed)
Invalid watchdog iterator update during watchdog insert
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | highest | Milestone: | 4.11 |
Component: | score | Version: | 4.11 |
Severity: | blocker | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
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.
Change History (2)
comment:1 Changed on 01/04/16 at 09:23:44 by Sebastian Huber <sebastian.huber@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed on 01/05/16 at 06:10:34 by Sebastian Huber <sebastian.huber@…>
Note: See
TracTickets for help on using
tickets.
In a061f9d3c5c8da087199e7a6c607648b16f48b15/rtems: