Skip to content
Snippets Groups Projects
Commit bba7a2fa authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Vladimir Davydov
Browse files

build: fix build with glibc-2.34

Macros SIGSTKSZ used to be an integral constant but
in glibc-2.34 it turned into a runtime function so it
cannot be used as constant known size for arrays anymore.

Beyond this, SIGSTKSZ is not enough for alt. signal stack size
when you use ASAN, so the size was increased.

Closes #6686

(cherry picked from commit 9c01b325)
parent 8662fb74
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment