From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89ECF391195A; Mon, 29 May 2023 10:35:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89ECF391195A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685356536; bh=iONGYz+WXbs3jyWaq7J3jPkdV9di8UD1LEw6fQjIOrg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LlZHef0xhvwtWlB57x8TCujIbJP2/JjttVGtqp/MWbEmuXt0L8qAuhmo/bw3JwWgU JsIa3npgwjt7JvbjZzlBkTY3iLdCPkKLYM7LLV8U3U56Dr/Jp66E5bEG8uvkXZnSQK YpTim46gV9a1aoaMcyCMCq9KYYTehJGpIpnqM3b8= From: "muecker at gwdg dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/98623] sanitizer does not diagnose when passing pointers to arrays of incorrect run-time length Date: Mon, 29 May 2023 10:35:36 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: muecker at gwdg dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98623 --- Comment #2 from Martin Uecker --- PATCH: https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619943.html=