Message ID | bd9a532f06b1df08bfb8a0587f7195b5.squirrel@_ |
---|---|
State | New |
Headers | show
Return-Path: <gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WwlDy1xrwz1yZ9 for <incoming@patchwork.ozlabs.org>; Sat, 31 Aug 2024 16:17:54 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B73E33864862 for <incoming@patchwork.ozlabs.org>; Sat, 31 Aug 2024 06:17:48 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hkg.router.rivoreo (45.78.32.129.16clouds.com [45.78.32.129]) by sourceware.org (Postfix) with ESMTPS id 3F79A3858420 for <gcc-patches@gcc.gnu.org>; Sat, 31 Aug 2024 06:17:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3F79A3858420 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=rivoreo.one Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivoreo.one ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3F79A3858420 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.78.32.129 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725085051; cv=none; b=wXldgQFeTjf8TDaKj+XKOrlj98hy03bUQM+EB/cdUJUBUMEwlAwJahy3UYJW69KXFhXLBRK7jIOKYG7RA6YGnwpIdyq7st2S6EWZzRK42mlEyYgq4Fc6MJh5pqhbkd9UAA1huK1xmIzYHCvIzckZ5oFS/m6yNeG3uKrs6UHyB0U= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725085051; c=relaxed/simple; bh=0CJbiNy2DOPn+Yx8O6IX1JHKGpQxsUp0MqOGBFpOJKU=; h=Message-ID:Date:Subject:From:To:MIME-Version; b=N5ET5QWRAVDpjhm9bKVGcb6XoVtcfXfJJFsjlEyLK6mVoFkZPd+xSQGeErlFpijdpcScv6Foo7UHywDp62yYg0WWQfJGPs0x+osQT3MI9HCiGEvYlMWMnlTJfjRl0V5r2EyLmEaBYIcGqcfVaoAeCkL2llkC5f98ldKzQEQkXRo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from tianjin2.rivoreo.one (unknown [10.100.1.128]) by hkg.router.rivoreo (Postfix) with ESMTPS id 747EB11CF15 for <gcc-patches@gcc.gnu.org>; Sat, 31 Aug 2024 06:17:28 +0000 (UTC) Received: from [10.1.105.1] (localhost [127.0.0.1]) by tianjin2.rivoreo.one (Postfix) with ESMTP id 5C9C670DD2 for <gcc-patches@gcc.gnu.org>; Sat, 31 Aug 2024 14:16:08 +0800 (CST) Received: from 10.1.107.31 (SquirrelMail authenticated user whr) by _ with HTTP; Sat, 31 Aug 2024 06:16:08 -0000 Message-ID: <bd9a532f06b1df08bfb8a0587f7195b5.squirrel@_> Date: Sat, 31 Aug 2024 06:16:08 -0000 Subject: [PATCH v2] libssp: Include 'libstd.h' for using alloca(3) [PR116547] From: "WHR" <whr@rivoreo.one> To: gcc-patches@gcc.gnu.org User-Agent: SquirrelMail/1.4.23 [Rivoreo] MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20240831061608_78808" X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_20, KAM_DMARC_STATUS, KAM_SHORT, RDNS_DYNAMIC, SPF_HELO_NONE, SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> Errors-To: gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org |
Series |
[v2] libssp: Include 'libstd.h' for using alloca(3) [PR116547]
|
expand
|
--- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -39,6 +39,9 @@ #ifdef HAVE_MALLOC_H # include <malloc.h> #endif +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif #ifdef HAVE_STRING_H # include <string.h> #endif