From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17EE3383EC66; Sun, 4 Dec 2022 22:59:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17EE3383EC66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670194767; bh=mgJvvmKMRjEVfFE0N3/QaF8P63D68VhSSHb8EKZpJF4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F5FApbrqih595PpwpuSvNLLgdM6OOQUcSYfFQq+TQeiOq0fxDmWMVxOqXABRrzjCG SGIkb7p6emiQf9b2lUNORTJUUbWq4zG3584ayTTzzi7FunuKvsoFKP91YCBiQoQT3+ Z4upAYDOAbTMlDqs6l2OAt5PWCLjyyGXt1JszeM0= From: "i at maskray dot me" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBzYW5pdGl6ZXIvNzgyMDRdIOKAmG5vX3Nhbml0aXpl4oCZ?= =?UTF-8?B?IGF0dHJpYnV0ZSBkaXJlY3RpdmUgaWdub3JlZCBbLVdhdHRyaWJ1dGVzXQ==?= Date: Sun, 04 Dec 2022 22:59:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 6.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: i at maskray dot me X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D78204 Fangrui Song changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i at maskray dot me --- Comment #8 from Fangrui Song --- Note: Clang supports __attribute__((no_sanitize("address","undefined"))) but not __attribute__((no_sanitize("address,undefined"))) Possibly reject `__attribute__((no_sanitize("address,undefined")))` as well= to prevent users from writing non-portable code.=