Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 1996 03:39:57 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Cc:        dyson@freebsd.org, phk@freebsd.org
Subject:   gzip bug
Message-ID:  <199604221739.DAA13067@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
The gzip bug was introduced in the big vm patch on 1996/01/19.

It seems to have nothing to do with any of the vm things in imgact_gzip.c.
I replaced the input file accesses in NextByte() by accesses to an array
of bytes and Flush() by return (ENOEXEC).  This made inflate() do nothing
fancier than malloc() and free(), but it still sometimes hung and sometimes
rebooted.  A user mode version of this worked fine.

Some of the reboots went through the double fault handler but none of them
stopped in ddb.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604221739.DAA13067>