From owner-cvs-all Sun Mar 24 15:23:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9480137B430; Sun, 24 Mar 2002 15:22:57 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2ONMvD54200; Sun, 24 Mar 2002 15:22:57 -0800 (PST) (envelope-from jedgar) Message-Id: <200203242322.g2ONMvD54200@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 24 Mar 2002 15:22:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net zlib.c X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/03/24 15:22:57 PST Modified files: (Branch: RELENG_4_5) sys/net zlib.c Log: MFC 1.12: correct bug introduced in 1.11 where ZFREE was moved to a point after the structural members were clobbered by stores into a union'd structure. MFC 1.13: correct deflate window size check. Revision Changes Path 1.10.8.2 +6 -2 src/sys/net/zlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message