]> Kevux Git Server - fll/commit
Security: Wrong sizeof() type used in controller allocation functions.
authorKevin Day <Kevin@kevux.org>
Sat, 1 Jun 2024 22:06:59 +0000 (17:06 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 1 Jun 2024 22:06:59 +0000 (17:06 -0500)
commitc85e0e6892da72b0737fde2cd8302b0505a9b12f
treec46cc16c3d084fa8f2e306cd57d59412863f0e21
parent900bd012201ddc42e228ebdebb78b80cba1623fa
Security: Wrong sizeof() type used in controller allocation functions.

The controller_pids_resize() should be using pid_t instead of controller_rule_t.

The processs is an aray of controller_process_t pointers.
level_3/controller/c/common/private-process.c