From owner-cvs-sys Sun Dec 22 17:53:18 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA02293 for cvs-sys-outgoing; Sun, 22 Dec 1996 17:53:18 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA02285; Sun, 22 Dec 1996 17:53:15 -0800 (PST) Date: Sun, 22 Dec 1996 17:53:15 -0800 (PST) From: Joerg Wunsch Message-Id: <199612230153.RAA02285@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/22 17:53:15 Modified: sys/i386/isa wt.c Log: Fix a bug in the wt driver that could cause memory corruption. Closes PR # kern/1065. While i was at it, also reject IO requests that are not an integer multiple of the device blocksize. Submitted by: vak@crox.net.kiae.su (Serge V.Vakulenko) Confirmed by: Georg-W. Koltermann (gwk@cray.com) Revision Changes Path 1.36 +16 -8 src/sys/i386/isa/wt.c