Date: Fri, 25 Apr 2003 14:28:28 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/bde g_bde_work.c Message-ID: <200304252128.h3PLSSdk041671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/04/25 14:28:28 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: If on a BIO_READ request, we failed to allocate the bio for reading our key-sector, we would end up returning the read without an error, despite the fact that the data was not correctly decrypted. This would result in data corruption on read, but intact data still on the media. Revision Changes Path 1.12 +13 -6 src/sys/geom/bde/g_bde_work.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304252128.h3PLSSdk041671>