freebsd-dev/usr.sbin/fstyp
Edward Tomasz Napierala 628b712826 Fix off-by-one error in fstyp(8) and geom_label(4) that made them use
a single space (" ") as a CD9660 label name when no label was present.
Similar problem was also present in msdosfs label recognition.

PR:		200828
Differential Revision:	https://reviews.freebsd.org/D2830
Reviewed by:	asomers@, emaste@
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2015-06-18 21:55:55 +00:00
..
cd9660.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
ext2fs.c Fix detection of ext2/ext3 filesystems that lack labels. 2015-01-13 13:59:48 +00:00
fstyp.8 Improve wording. 2015-01-14 11:26:03 +00:00
fstyp.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
fstyp.h Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
Makefile
msdosfs.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
msdosfs.h
ntfs.c Fix memory leaks. 2015-01-05 15:34:23 +00:00
ufs.c