]> git.ipfire.org Git - thirdparty/glibc.git/commit
check_native: Get rid of alloca
authorJoe Simmons-Talbott <josimmon@redhat.com>
Tue, 13 Jun 2023 14:05:03 +0000 (10:05 -0400)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 26 Jun 2023 13:17:47 +0000 (10:17 -0300)
commit9a17a193b4ea5730aed0b9e532ae741418dd10d3
treeac73d2cd98e20e36558eeb192546d28eb81bceb3
parent48170127d984f41cd59dfc1b9ee40f729d953bf9
check_native: Get rid of alloca

Use malloc rather than alloca to avoid potential stack overflow.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/check_native.c