From owner-cvs-all@FreeBSD.ORG Sun Aug 26 18:38:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B00B16A419; Sun, 26 Aug 2007 18:38:31 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6608413C474; Sun, 26 Aug 2007 18:38:31 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7QIcVOD097753; Sun, 26 Aug 2007 18:38:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7QIcVFZ097752; Sun, 26 Aug 2007 18:38:31 GMT (envelope-from maxim) Message-Id: <200708261838.l7QIcVFZ097752@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Aug 2007 18:38:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2007 18:38:31 -0000 maxim 2007-08-26 18:38:31 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw2.c Log: o Fix bug I introduced in the previous commit (ipfw set extention): pack a set number correctly. Submitted by: oleg o Plug a memory leak. Submitted by: oleg and Andrey V. Elsukov Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.107 +3 -3 src/sbin/ipfw/ipfw2.c 1.172 +4 -1 src/sys/netinet/ip_fw2.c