Systemd/src/activate
Lennart Poettering 49aca3b152 activate: move array allocation to heap
In theory 'n' could get quite large, and some sanitizers notice that,
let's hence avoid the stack, and use the heap instead.

Moreover, there's no need to include the first 3 fds in the array,
close_all() excludes those anyway.

See: #13064
2019-07-16 14:56:25 +02:00
..
activate.c activate: move array allocation to heap 2019-07-16 14:56:25 +02:00