#3637 closed defect (fixed)

Fix rtems_task_restart() argument type

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: rtems Version: 5
Severity: major Keywords: qualification
Cc: Blocked By:
Blocking:

Description

The argument type must be rtems_task_argument in rtems_task_restart() similar to rtems_task_start(). This is a severe issue on 64-bit targets since it prevents to pass pointer values to the task.

Change History (2)

comment:1 Changed on 12/06/18 at 10:03:19 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 4e46ba8/rtems:

rtems: Fix rtems_task_restart() argument type

Close #3637.

comment:2 Changed on 06/23/21 at 07:16:03 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.