mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-02 09:33:31 +03:00
If the caller-supplied buffer is not large enough, fall back directly malloc. The previous __libc_use_alloca check was incorrect because it did not take into account that extend_alloca may fail to merge allocations, so it would underestimate the stack space being used by roughly a factor of two.