[MCOL-1174] Alarm code uses wrong primitive type for processID Created: 2018-01-20 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | 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. |