From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C4B03858418; Tue, 8 Nov 2022 03:04:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C4B03858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667876642; bh=WIHLpftmfpFD0DIbW6pl0139njAx6h1DATRfc9yqdAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DNtGTeOpslgYDxWSCJq/HAVGFz6TxiArezmtOs1yPInV6Oczk5hWcAyKv9Zgtd3D9 /SOKNcpYCUfy8w1+CnfiuIvASADoJ5EGoNWsOth1YE3UR+7m4MJMrgK7YkSBSpc5/c R4+S+luTw8gPCaL0syjDSAG8n09bMM2zKdj1gi0s= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/106140] RFE: analyzer could complain about misuses of socket APIs Date: Tue, 08 Nov 2022 03:03:59 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: 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 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=3D106140 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |WAITING --- Comment #3 from David Malcolm --- Candidate patch posted here: [PATCH] analyzer: add warnings relating to sockets [PR106140] https://gcc.gnu.org/pipermail/gcc-patches/2022-November/605281.html=