Module Name: src Committed By: jakllsch Date: Wed Oct 3 23:32:43 UTC 2012
Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: We don't actually want to round the number of elements in the bitmap down. Fixes a self-inflicted buffer overrun. (This was detected by chance that the top of the bitmap coincided with a page boundary.) To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/fs/msdosfs/msdosfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.