From owner-freebsd-ipfw@FreeBSD.ORG Fri Feb 22 20:40:03 2008 Return-Path: Delivered-To: freebsd-ipfw@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39EB416A400 for ; Fri, 22 Feb 2008 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A40013C458 for ; Fri, 22 Feb 2008 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MKe2x6008998 for ; Fri, 22 Feb 2008 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MKe26Q008997; Fri, 22 Feb 2008 20:40:02 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 20:40:02 GMT Message-Id: <200802222040.m1MKe26Q008997@freefall.freebsd.org> To: freebsd-ipfw@FreeBSD.org From: Volker Cc: Subject: Re: kern/73276: [ipfw] [patch] ipfw2 vulnerability (parser error) X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 20:40:03 -0000 The following reply was made to PR kern/73276; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, alex@antar.bryansk.ru Cc: Subject: Re: kern/73276: [ipfw] [patch] ipfw2 vulnerability (parser error) Date: Fri, 22 Feb 2008 21:29:58 +0100 Alexey, I'm sorry to see your PR untouched for years. I'm really sorry for that. I've checked your problem report and was unable to reproduce the error you mentioned under RELENG_7: # ipfw add 100 allow ip from 192.168.0.0\{1,2\}\}\}\} to any 00100 allow ip from 192.168.0.0/24{1,2} to any I'm wondering if you can still reproduce the error? Please report back if we can close this PR. Thanks!