-
conf: use malloc() in run_script_argv() · 6f8d00d2Christian Brauner authored
It seems dangerous to use alloca() as the arguments can be of indeterminate length and we might blow up the stack. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×