]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Allow larger stack frames when instrumenting
authorTim Wiederhake <twiederh@redhat.com>
Thu, 6 May 2021 15:08:32 +0000 (17:08 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 14 Jun 2021 10:05:10 +0000 (12:05 +0200)
commitc46556c2809362b8771201bf4c8d0d4feebf2ab0
tree749ce6b9c8d90dae8f10693bb1c247d4c27f5ff2
parent55ea45acc99c549c7757efe954aacc33ad30a8ef
meson: Allow larger stack frames when instrumenting

When enabling sanitizers, gcc adds some instrumentation to the code
that may enlarge stack frames. Some function's stack frames are already
close to the limit of 4096 and are enlarged past that threshold,
e.g. virLXCProcessStart which reaches a frame size of 4624 bytes.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
meson.build