NetBSD/sbin/fsck_msdos
kamil b110dc906e Avoid unportable shift construct
boot.c:150:29, left shift of 255 by 24 places cannot be represented in type 'int'
boot.c:153:29, left shift of 255 by 24 places cannot be represented in type 'int'
2020-02-22 09:59:22 +00:00
..
Makefile
boot.c Avoid unportable shift construct 2020-02-22 09:59:22 +00:00
check.c
dir.c Prevent SEGV on corrupted msdos directories (Veo Zhang) 2017-04-28 11:33:00 +00:00
dosfs.h
ext.h
fat.c We already incremented cl; fix indexing. Noticed by Xin Li @FreeBSD. 2019-06-04 00:08:00 +00:00
fsck_msdos.8 Document the version fsck_msdos first appeared. 2016-09-11 04:12:08 +00:00
main.c