From owner-cvs-all Tue Mar 19 20: 6:54 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 AF2EB37B404; Tue, 19 Mar 2002 20:06:47 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2K46lh04484; Tue, 19 Mar 2002 20:06:47 -0800 (PST) (envelope-from dillon) Message-Id: <200203200406.g2K46lh04484@freefall.freebsd.org> From: Matt Dillon Date: Tue, 19 Mar 2002 20:06:47 -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 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 dillon 2002/03/19 20:06:47 PST Modified files: (Branch: RELENG_4) sys/net zlib.c Log: MFC 1.12. Fix a bug introduced in 1.11 that causes a machine to panic when the kernel PPP / DEFLATE code is used. 1.11 moved a ZFREE to a point after the structural members were clobbered by stores into a union'd structure. PR: kern/35969 Reviewed by: Ian Dowse Marathon Detective work by: Eugene Grosbein X-MFC after: immediately Revision Changes Path 1.10.2.2 +5 -1 src/sys/net/zlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message