From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B4A5339730CF; Tue, 10 Jan 2023 15:23:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4A5339730CF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673364216; bh=kcsKT1veFgnyxuaDNOcuzSHoI84axz4fFZ7pGLlq1Bw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dxgYP7DZu0oeW1B6hh4nQsu4Ahs1rAL64TjSQzyiXuS8vvlkiXLE7Uxg6Vnf5dMO/ 3yx8tZBnYJw8fiRar2xczv10UpKrzFuDMUjR/jqfIen7XfQcapV1GOPcejc0rAuC0N eMXnoOc7Jtc/mIgK4mpQWPpbxcK6VlawsOfH8JLQ= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug manual/28998] Document -D_FORTIFY_SOURCE Date: Tue, 10 Jan 2023 15:23:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: manual X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: siddhesh at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28998 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Siddhesh Poyarekar : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D3d3a2911ba65e613eac= 878d8eb02a0aba4ad7651 commit 3d3a2911ba65e613eac878d8eb02a0aba4ad7651 Author: Siddhesh Poyarekar Date: Tue Jan 10 10:22:38 2023 -0500 Add _FORTIFY_SOURCE implementation documentation [BZ #28998] There have been multiple requests to provide more detail on how the _FORTIFY_SOURCE macro works, so this patch adds a new node in the Library Maintenance section that does this. A lot of the description is implementation detail, which is why I put this in the appendix and not in the main documentation. Resolves: BZ #28998. Signed-off-by: Siddhesh Poyarekar Reviewed-by: Florian Weimer --=20 You are receiving this mail because: You are on the CC list for the bug.=