* mount.cc (fs_names): Add trailing NULL element to avoid potential
SEGV in format_proc_filesystems.
This commit is contained in:
@@ -1591,7 +1591,8 @@ fs_names_t fs_names[] = {
|
||||
{ "mvfs", false },
|
||||
{ "cifs", false },
|
||||
{ "nwfs", false },
|
||||
{ "ncfsd", false }
|
||||
{ "ncfsd", false },
|
||||
{ NULL, false }
|
||||
};
|
||||
|
||||
static mntent *
|
||||
|
Reference in New Issue
Block a user