From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2B733858C50; Fri, 4 Aug 2023 20:24:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2B733858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691180692; bh=cJjGrq1PT7g18SgJGSBNUtdP5TJOA6Or9KHonzpQsdI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZZ4ytgbL9pDMaEGt8nbzFd8PJtbFL5uZUaoMpQ8t31RWqezUmvubnEPzEvONc2yAF EXhtGKqSsawLZ7YelYkkrpH1AkU0GN8pDtPSOJNPtOAhBEw0mF8iG/+LyX1yK9+6FQ ecoYxweRaMV+IkRt1cu3KTNQpXMOZtcIA8MuIJTk= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/110426] Missing buffer overflow warning with function pointer that has the alloc_size attribute Date: Fri, 04 Aug 2023 20:24:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D110426 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from David Malcolm --- Should be implemented for gcc 14 by the above patch.=