From nobody Sun Sep 1 14:56:15 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WxZhb4pLBz5VKtm for ; Sun, 01 Sep 2024 14:56:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WxZhb0v6vz4Xjw for ; Sun, 1 Sep 2024 14:56:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1725202575; a=rsa-sha256; cv=none; b=yh0n49NtPHrQstWWTdKin0u3IvHDJQa6QnG2YOQLlVLNMMRPGSecQAmviYr8skPtyrVDaI bxmQx5mnObEr12whVo4noWwJXpKssPWZfwtyonO7HwV5foIr21ROcL7Cxaw4ZN3UbK/Xq9 B1ejfZbMO44prz6Vt3s7aTBZxH8RIj7toyDumV3ep/e58xwHfSED7g4tNu4J0skio5H1KT AfB/6aHaAGrC28B9fz5rot9HI9vZv4jqUz8qMyMZC19PRcNIeFHALfs/ynmmVNktrU45jq 6fIZ6I+M+x+u66ULFKOr3eHCkEbqgh5g3XcqpxYih/2Pj+q8TcuvYVpzEwEJ8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1725202575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rV/i34sGzgGyaACwFFZGdmrA7pcgInNodSYSjxrdMpM=; b=UHPRpJcHvsgGOdTzbIIfVgjXJTKyYTZsUW6GquxsMgwck7p5KQ40iUnbk2OlZtYRsCJJtA 4NSm2a1Nb2n1WZXjptY/6ezg3tltqrwdjvBBPtISQLnL+MrY+sNuIhBYwpade0u0V0cpKW AMco8sdOtQLYuOnaPTednNCyJzKeg1M5PuT4VeQK/JElrMB947qiKn4DY3cTVwOF+7DleU X3Koic0jAqkXYOrmPRBGQ8/TPhb4sl3tssndabEtyRdn9LIQ5Gusy/3r3JCboXIafH6Uz3 Ge6yexf1bQE+u3jhGpM9d7xgJgF/ZMB4c5W51nUnmBCZaxEXGrkijYinKkcfrQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4WxZhb0SkJzXx7 for ; Sun, 1 Sep 2024 14:56:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 481EuE8n031342 for ; Sun, 1 Sep 2024 14:56:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 481EuE7U031341 for bugs@FreeBSD.org; Sun, 1 Sep 2024 14:56:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 281160] [PATCH] mfiutil: Fix unsafe assumptions of snprintf(3) return value in function 'mfi_autolearn_period' Date: Sun, 01 Sep 2024 14:56:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281160 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- Thank you for these patches. Could I ask you to please submit them in a si= ngle pull request against github.com/freebsd/freebsd-src instead? That would be= a much more convenient place to read the patches, give review feedback and iterate. Bugzilla is not a good place to submit patches, and splitting the= m up across multiple bugs makes review even harder. --=20 You are receiving this mail because: You are the assignee for the bug.=