[PATCH v3] libssp: Include 'libstd.h' for using alloca(3) [PR116547]

2024-08-30 Thread WHR
at 'stdlib.h' should be included to get the declaration of alloca(3). 2024-08-31 WHR PR other/116547 * ssp.c: Include stdlib.h for alloca(3). --- v2: Resend with correct MIME. v3: Resend with text/plain.--- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -39,6 +39,9 @@ #ifdef HAV

[PATCH v2] libssp: Include 'libstd.h' for using alloca(3) [PR116547]

2024-08-30 Thread WHR
at 'stdlib.h' should be included to get the declaration of alloca(3). 2024-08-31 WHR PR other/116547 * ssp.c: Include stdlib.h for alloca(3). --- v2: Resend with correct MIME.--- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -39,6 +39,9 @@ #ifdef HAVE_MALLOC_H # include

[PATCH] libssp: Include 'libstd.h' for using alloca(3) [PR116547]

2024-08-30 Thread WHR
at 'stdlib.h' should be included to get the declaration of alloca(3). 2024-08-31 WHR PR other/116547 * ssp.c: Include stdlib.h for alloca(3). fix-libssp-missing-include-libstd-h.diff Description: Binary data