cvs commit: src/sys/geom/bde g_bde_work.c
Poul-Henning Kamp
phk at FreeBSD.org
Fri Apr 25 14:28:31 PDT 2003
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
More information about the cvs-src
mailing list