From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 439A53858014; Wed, 26 Oct 2022 09:13:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 439A53858014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666775630; bh=KwFyB73C34e0xGBaqWUJFC72fK+i4TVXE/uoHVXpBvQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cubpGtJ/waBLCiuF6tkpFmoMh/kshxyb2uC0dxB8hKvU+eWOg+4X+AEWdjH4HG0o+ +JdxG9FdGFJYC6zmGlTCPkPhQ0xEtWdyCglwvwwKszzX4mozs2M9kxY+DQzZONr59H 6mFEqGRXWj4L1kv+rb7tA60utzCMmBVMosWikfQ8= From: "shaohua.li at inf dot ethz.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/107410] ASan failed to detect a heap-buffer-overflow Date: Wed, 26 Oct 2022 09:13:50 +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: shaohua.li at inf dot ethz.ch 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=3D107410 --- Comment #1 from Li Shaohua --- Compiler explorer: https://godbolt.org/z/9aqvx71xo=