]> Kevux Git Server - fll/commit
Regression: Make sure setting.path_pid is NULL terminated.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Feb 2022 23:22:23 +0000 (17:22 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Feb 2022 23:22:23 +0000 (17:22 -0600)
commit10794c11ada096cda2255d2bdd4ff7d0fdc9f480
treed9faaaf6cb5559497c40393e6d408c09af69c2fc
parent25fd7b989b00f41a22263f8aee8ae3dc6e68cdb5
Regression: Make sure setting.path_pid is NULL terminated.

The libc path functions end up accessing this string.
The libc functions require NULL terminated strings.
level_3/controller/c/controller.c