freebsd-dev/sys/fs/msdosfs
Konstantin Belousov 7e4c6b2163 msdosfs: zero partially valid extended cluster
It contains arbitrary garbage, which is not cleared by vfs_bio_clrbuf()
which only zeroes invalid portions of the pages.

Reported by:	Maxim Suhanov <dfirblog@gmail.com>
Discussed with:	so
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2023-07-11 03:49:09 +03:00
..
bootsect.h
bpb.h
denode.h msdosfs: drop now unused DE_RENAME 2021-08-27 18:39:45 +03:00
direntry.h
fat.h msdosfs: clusterfree() is used only in error handling cases 2022-01-08 05:41:44 +02:00
msdosfs_conv.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_denode.c msdosfs: zero partially valid extended cluster 2023-07-11 03:49:09 +03:00
msdosfs_fat.c fs/msdosfs: Fix potential panic and size calculations 2023-04-25 09:58:29 +02:00
msdosfs_iconv.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
msdosfs_lookup.c fs/msdosfs: add tracking of free root directory entries 2023-03-29 08:46:01 +02:00
msdosfs_vfsops.c fs/msdosfs: Fix potential panic and size calculations 2023-04-25 09:58:29 +02:00
msdosfs_vnops.c fs/msdosfs: Fix potential panic and size calculations 2023-04-25 09:58:29 +02:00
msdosfsmount.h fs/msdosfs: add tracking of free root directory entries 2023-03-29 08:46:01 +02:00