mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
Revert "build: Decrease maximum stack frame size to 2048"
The bhyve driver still has some frames larger than 2048 bytes, so we
need to keep the limit as is.
The CI failure was masked by the Freebsd-13 failing for unrelated
reasons.
This reverts commit 46302172d4
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
46302172d4
commit
b48469fcdb
@ -226,7 +226,7 @@ alloc_max = run_command(
|
||||
)
|
||||
|
||||
# sanitizer instrumentation may enlarge stack frames
|
||||
stack_frame_size = get_option('b_sanitize') == 'none' ? 2048 : 32768
|
||||
stack_frame_size = get_option('b_sanitize') == 'none' ? 4096 : 32768
|
||||
|
||||
# array_bounds=2 check triggers false positive on some GCC
|
||||
# versions when using sanitizers. Seen on Fedora 34 with
|
||||
|
Loading…
Reference in New Issue
Block a user