From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FF7B384AB6D; Thu, 9 May 2024 17:52:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FF7B384AB6D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715277122; bh=YY8PnxJJ3xRJW3b1M3cuwYXL1g4Ho4yNCwgfRkhqn44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KndNFOxMA65gs7a9ajTVb7uMHN4CWs+maI27/Smy+3wHRj71hWEfSnnjTqEWcmcaz 7DF4HPtFA3KZSZIFJZalHO3kTcI/+rwS0ygVKGXeBRT1QYx5uRdRXJtDLxTDxg5o/G YarIV6OYSXzvuZtI6TsgljEpovkRByLQYhrQ4E1w= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/113333] [11/12 Regression] analyzer: False positives with calloc() Date: Thu, 09 May 2024 17:52:01 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D113333 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] |[11/12 Regression] |analyzer: False positives |analyzer: False positives |with calloc() |with calloc() --- Comment #6 from David Malcolm --- Should be fixed for GCC 13 (for the upcoming GCC 13.3) by the above patch. Keeping open to track backporting to older branches.=