Page MenuHomeFreeBSD

D19829.diff
No OneTemporary

D19829.diff

Index: head/sbin/fsck_msdosfs/dir.c
===================================================================
--- head/sbin/fsck_msdosfs/dir.c
+++ head/sbin/fsck_msdosfs/dir.c
@@ -444,10 +444,8 @@
return FSOK;
}
-static const u_char dot_name[] = {
- '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
-static const u_char dotdot_name[] = {
- '.', '.',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
+static const u_char dot_name[11] = ". ";
+static const u_char dotdot_name[11] = ".. ";
/*
* Basic sanity check if the subdirectory have good '.' and '..' entries,

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 31, 2:19 AM (7 m, 35 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37643700
Default Alt Text
D19829.diff (575 B)

Event Timeline