Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
In the alarm code uint16_t is used for processID. Whilst the default max in most distros is 32768 it is very easy to configure this to a max of 4,194,304 and there is at least one example of a user doing this (MCOL-1173). The type pid_t should be used instead.