From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 1A3AF3858C52; Fri, 9 Sep 2022 08:41:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A3AF3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662712904; bh=1DKI162EVxGN9VndanDCwN+Oen8Bwytr5d7ago9dYvA=; h=To:Subject:Date:From:From; b=ur4Y2iwfE77M6ugnCR/jPew4gjIn/6IgbhFZQQXxgx/9QCF1ji/uCko3U9bIcudbC ZEy5d+5onnw3Cyi0I8ureWzZwk3bj2/xLfGLWalPxQG4uAmSKOJqgGq+RHki/809a3 egxM49Fcq6jx5FYON2HQ1bJnQPy9wFbrFo0zVP0s= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 761b2c07c9086d61d38210c62a017b0adbee51e3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 80469f94e7d5d9b96e2b525deb8fb8597985a622 X-Git-Newrev: 761b2c07c9086d61d38210c62a017b0adbee51e3 Message-Id: <20220909084144.1A3AF3858C52@sourceware.org> Date: Fri, 9 Sep 2022 08:41:44 +0000 (GMT) From: Jonathan Wakely List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 761b2c07c9086d61d38210c62a017b0adbee51e3 (commit) from 80469f94e7d5d9b96e2b525deb8fb8597985a622 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 761b2c07c9086d61d38210c62a017b0adbee51e3 Author: Jonathan Wakely Date: Fri Sep 9 09:40:41 2022 +0100 Fix typo in description of tainted_args attribute diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c6dae27a..2cb5a654 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -988,7 +988,7 @@ function Multiply (S1, S2 : Sign) return Sign is added to the C and C++ frontends, usable on functions, and on function pointer callback fields in structs. The analyzer's taint mode will treat all parameters and buffers pointed to by parameters - of such functions as being attacked-controlled, such as for + of such functions as being attacker-controlled, such as for annotating system calls in an operating system kernel as being an "attack surface".

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs