]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If on a BIO_READ request, we failed to allocate the bio for reading
authorPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 25 Apr 2003 21:28:28 +0000 (21:28 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 25 Apr 2003 21:28:28 +0000 (21:28 +0000)
commite8e0742ef417d3efa75fd71e372979e985c0a6b5
tree97a26813fad453130db48c7fa1a40f7f123fd740
parent37f5e4a6c2ee05c08cae456122106c822e5b6520
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.
sys/geom/bde/g_bde_work.c