freebsd-src/sbin/fsck_msdosfs
Xin LI 1bbfdedf4a MFC r333098:
Don't bail out from the check if readboot() returns !FSFATAL.

This can happen when the fsinfo signature is invalid, and the
user have choose to fix it, in which case the code would return
FSBOOTMOD (not FSOK but not FSFATAL either).

All other (fatal) cases would return FSFATAL.

Obtained from:	Android Open Source Project
Obtained from:	d8775a29ea
2018-06-04 05:47:15 +00:00
..
boot.c MFC r299089: 2016-05-18 00:33:08 +00:00
check.c MFC r333098: 2018-06-04 05:47:15 +00:00
dir.c MFC r326391: Prevent OOB access on corrupted msdos directories. 2017-12-14 07:55:11 +00:00
dosfs.h Rename fields to match better the msdosfs headers. This work is still 2010-02-14 12:31:28 +00:00
ext.h MFC r268628, r268631, r268635: 2014-07-17 02:33:40 +00:00
fat.c MFC r268632: 2014-07-21 23:23:20 +00:00
fsck_msdosfs.8 MFC r306602: 2016-10-10 16:21:34 +00:00
main.c Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00
Makefile Make fsck and fsck_msdosfs WARNS=6 clean 2012-10-21 12:01:19 +00:00