From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24A413858C52; Fri, 3 Feb 2023 13:32:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24A413858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675431163; bh=Hq0AnSF10RpROo/NavZyC2BGo6lv80J2siUAlOWbf8A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G7TP3NK9DSvQjHvN4phVqeGKdjQb4QBOltomd9EpQx2VVPQb7RF5oEOjshM/RO5Dz S+L1FiUplJeVGbpMQ2BGZjkaYyEAbilf7AtbvXqis6q8FwPBDfiQYSJ4+zTPBqsqGw pR7dnrPpKRTdFU1bdOpKxMSxmqJPsN8fz6XgeEIs= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/108637] ASAN at -O2 misses a stack-use-after-scope Date: Fri, 03 Feb 2023 13:32:42 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: resolution bug_status 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=3D108637 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #4 from Martin Li=C5=A1ka --- It's reported since r13-3856-g837be6c7cfb49e16.=