From nobody Sun Jan 14 18:48:48 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 4TCknX6lrVz56s7V for ; Sun, 14 Jan 2024 18:48:48 +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 4TCknX5h1Qz4kHx for ; Sun, 14 Jan 2024 18:48:48 +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=1705258128; 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=kTZ/hwkEJn/J095/NhBVdECm8pXfmoHHbxMxAJhOHx0=; b=JpaoLSeRJh9akbBR1LQndLO0L3mWM8bo3+Dukg79ur9Z+yE47xS5Dj6Dn8c3GQ89juqCxV JYzF4PG0lLo1UvdoHAjJE20MzxHmTDR8wD2MK5xJY1DPhtX7W3sQytIByRlH0vcwtxG2zo 6yvRX9TNBkJc4jzwWNq9jpVYP/arVmhcpaA64DRIb1ejyoSgFLaLIL7jbQbCFcz76dTQgc 968PnggAjmTzo+THiK8DFUb2WFm6UBKbbRYM54RJT/w2pvJ8XNyplDTPicgGuTKtl2AG5x 9UExxsRMkDt+OGSz/EQ84xdd+kO8I/6XiGGT9YeXyMuGctRMg+WmoPaE6EiVAg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705258128; a=rsa-sha256; cv=none; b=ejEh9dZwNmEQS+gSG9AUw/1meC1GNKqiCn7t1WLD20V+YUddKbpBYMBSvSktZjnp5Bqv/u WwN/SRzEuh5GX32EXVdhUlryZH+g8FQhDFHfIWP9NWLqHSs/mnuly0z3gegLDKfbkSfTau BEsUtf7ypUV7rAzxnj/uaHQCH1TF76WtIDcTWelya4CPC5iyqkmGMFNepUGOmkhPuzKQEv msx4wRrdD1R/aRxQPpRKPXJJFhlOln6eu+za5vcnWCQkbycXWWdjhvbb7FER3U9YdTmMMF BrBy8V+qFndjk7gCmihOK9YVHa16UvSVEZdQhLjMwF2/s09HyDdbldZ6mHM6zA== 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 4TCknX4kmTzQ2X for ; Sun, 14 Jan 2024 18:48:48 +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 40EImmQr013146 for ; Sun, 14 Jan 2024 18:48:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40EImmjM013141 for bugs@FreeBSD.org; Sun, 14 Jan 2024 18:48:48 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 144325] [libpcap] tcpdump compiles complex expression to incorrect BPF code Date: Sun, 14 Jan 2024 18:48:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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=3D144325 Warner Losh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imp@FreeBSD.org --- Comment #8 from Warner Losh --- Since the import of 1.10.3, this patch conflicts. I don't know if the changes related to detecting the optimizer loop or not = will fix this issue though. Can you confirm either that (a) the upstream fix in 1.10.3 fixes your issue= or (b) making the trivial modifications to your patch will fix the still linge= ring issue? I see that the upstream pull request remains open, so I'm unsure what the status is... The import was just a couple of weeks after the last comment... Thanks and sorry for the delay. --=20 You are receiving this mail because: You are the assignee for the bug.=