]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/exec-invoke: use heap allocation to build environment variables
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 31 Oct 2025 13:30:43 +0000 (22:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 31 Oct 2025 15:59:41 +0000 (00:59 +0900)
commitbafbcd3b274e94439ed3c09b1055b7cd25513d93
tree0b6df42394cd63ac54da95b5c88207f94bb03334
parent19bbcd35d71d48cfdea95537802c8a0d97e17be6
core/exec-invoke: use heap allocation to build environment variables

We sometimes forget to increase the size N_ENV_VARS. Let's use heap
allocation.
src/core/exec-invoke.c