]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlink: allocate the buffer for varlink FDs on the heap
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 2 Aug 2023 12:55:50 +0000 (14:55 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 2 Aug 2023 21:03:46 +0000 (22:03 +0100)
commitb456f2266afd839f8817235475e57c38e9d76dc9
treef9eb9636c70ad910e5d7b93dd41abaabe13ee267
parentc4521fc17bb33d10bf5aca3f87f6a394dfecf423
varlink: allocate the buffer for varlink FDs on the heap

Since it's ~16K, which might cause issues in environments with limited
stack space.

Resolves: #28635
src/shared/varlink.c