From owner-freebsd-current Mon Apr 22 11:56:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26759 for current-outgoing; Mon, 22 Apr 1996 11:56:46 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA26754 Mon, 22 Apr 1996 11:56:42 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id EAA14944; Tue, 23 Apr 1996 04:54:51 +1000 Date: Tue, 23 Apr 1996 04:54:51 +1000 From: Bruce Evans Message-Id: <199604221854.EAA14944@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: gzip bug Cc: current@FreeBSD.org, dyson@FreeBSD.org Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> The gzip bug was introduced in the big vm patch on 1996/01/19 >... >What I wanted to say with that was, don't expect the version prior to >that patch to have been >correct< maybe the vm system just was more >tolerant before... My cut down version doesn't use the vm system apart from malloc() and free() and initialization and cleanup in the higher level exec function. If inflate() is trashing something then it must be fairly subtle to have not been found by phkmalloc. I'll try inflate() as an lkm. Bruce