From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06CCF3858C62; Mon, 27 Mar 2023 19:40:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06CCF3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679946017; bh=ZqoMhblVtjawhJvO/Phzxxlu0gK3F3Q1/CjbPUwTll8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZT8hFTa2MiZdNbkx2P/UWgpcGdgTl/8QHSLMlfKJLZL6/FMzjruJedLzS5rU4TQpm eZkFmMxX46FWrs5IVC27oTWnVQWdZ1TPH7XeZaT+0ULw7C6leco1GjjMd1wuXICtkR McsYVYb/LJH/kZU+RV1GbNfilT1CpOBUMd4JrmvU= From: "pmorf at apple dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109306] The strstr implementation in libiberty might have undefined behavior (out of bounds mem access) Date: Mon, 27 Mar 2023 19:40:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pmorf at apple dot com 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=3D109306 --- Comment #4 from pmorf at apple dot com --- Ha got it. thanks.=