summaryrefslogtreecommitdiffstats
path: root/contrib/bc/COPYING
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-11-04 06:18:55 +0000
committerdillon <dillon@FreeBSD.org>2001-11-04 06:18:55 +0000
commit25ccde64e70426c9f01780231c5af9e5b8920f7a (patch)
tree51a32c1f9f3651c12713bd32a7e8c0bf3f653162 /contrib/bc/COPYING
parent27968acc29d3f4c68ae15494f6d6aad76f5d6258 (diff)
downloadFreeBSD-src-25ccde64e70426c9f01780231c5af9e5b8920f7a.zip
FreeBSD-src-25ccde64e70426c9f01780231c5af9e5b8920f7a.tar.gz
Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming
that a buffer's b_blkno would be valid. This is true when vmiodirenable is turned off because the B_MALLOC'd buffer's data is invalidated when the buffer is destroyed. But when vmiodirenable is turned on a buffer can be reconstituted from its VMIO backing store. The reconstituted buffer will have no knowledge of the physical block translation and the result is serious directory corruption of the CDROM. The solution is to fix cd9660_blkatoff() to always BMAP the buffer if b_lblkno == b_blkno. MFC after: 0 days
Diffstat (limited to 'contrib/bc/COPYING')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud