]> Kevux Git Server - fll/commit
Security: Executed program string is not NULL terminated.
authorKevin Day <thekevinday@gmail.com>
Fri, 18 Feb 2022 04:11:06 +0000 (22:11 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 18 Feb 2022 04:11:06 +0000 (22:11 -0600)
commitc2e3a78aa303e8b0df7afa15e830f11b716eb93b
tree265fe80884980de6829abde3037d6e87cee5f43f
parentfd65b93e39535db8faa5c9ff8e9b64ff8be083ee
Security: Executed program string is not NULL terminated.

While the FLL code doesn't need NULL termination, the C/POSIX execute functions are.
The lack of a NULL terminated results in an invalid read on execute.
level_3/controller/c/entry/private-entry.c