From nobody Wed Jan 17 23:33:21 2024 X-Original-To: net@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 4TFhyV0M41z572st for ; Wed, 17 Jan 2024 23:33:22 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TFhyT6RGJz4N1S for ; Wed, 17 Jan 2024 23:33:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705534401; 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=dcH5luY/6nfK/rthVZoLNBn5O50uGk6oiYB5gNxSjlA=; b=M+tDuwLi/ua7PGQTF7QloGZxk/pVzrzNjOGDp+wADn3WrUIxmSBfVWyxx7fxrH6Qfg2n/4 pq4ZPjAd4RUXZetECDsO4nJDhKJhY7v4MLmoqDq7fqcKO1NlkvO4aamG0P04M046RMJW8z 6dBnpilwZBDViNueFz61n3aOXZVU6DKAgzShbp5q6IqMmUKvq4okWn9c48ild93JA3U1nc +YBdFry8ECNg0gRCvll+W19ZVO4eyrlb6F7/gr5+dBynpyAErQMLccD4R/13e3h1IO4xnk HqS19exz2Qubo2JTcstMkNG9N6ejjBBhONxLg+K6OD887HjtSp7WGdU8CNEVYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705534401; a=rsa-sha256; cv=none; b=n4V8y+f/wlXfXog3obYhMXC12ce1n2pSeKo6Ioqw4exEgGr3VxPSR4dF9KsPh2/q80wDcO o05KKspLHRdVPPehS9NBQhDJSKCZCrbenJdW6jbfdxNZ6dmP/IpY5dUlA9+Gk1D2KVR/l0 6Em7m+MzEAx3XkSLEHXiUoKonol5h0aDXhLHDQkFGmwB1Gk34yonWi/mtX7fzfThD4KRhD 3VYpr+ZEzwP0b/hWCpWSZo7X5GBVF/Cx1VDXiHtewvEg/ZPn6EjEldsxdbJsxTd8E1H3EA EpA6tytBfeZjchWTF+0IFZP03Bcdo5gZRw7btkYyfG4TkVQ8EtFTlMpVdFdfmA== 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 4TFhyT5VdvzkSk for ; Wed, 17 Jan 2024 23:33:21 +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 40HNXLkH046151 for ; Wed, 17 Jan 2024 23:33:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40HNXL8n046150 for net@FreeBSD.org; Wed, 17 Jan 2024 23:33:21 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: net@FreeBSD.org Subject: [Bug 276363] if_wg: Fix bug in calculate_padding() for the 'p_mtu = 0' case Date: Wed, 17 Jan 2024 23:33:21 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kevans@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kevans@freebsd.org X-Bugzilla-Flags: mfc-stable13? mfc-stable14? mfc-stable12- X-Bugzilla-Changed-Fields: flagtypes.name cc assigned_to bug_status 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: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276363 Kyle Evans changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable13?, | |mfc-stable14?, | |mfc-stable12- CC| |net@FreeBSD.org Assignee|net@FreeBSD.org |kevans@freebsd.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=