* mount.cc (fs_names): Add trailing NULL element to avoid potential

SEGV in format_proc_filesystems.
This commit is contained in:
Corinna Vinschen
2013-03-06 14:10:23 +00:00
parent 0a42dbf12a
commit bd142b93ae
2 changed files with 7 additions and 1 deletions

View File

@@ -1591,7 +1591,8 @@ fs_names_t fs_names[] = {
{ "mvfs", false },
{ "cifs", false },
{ "nwfs", false },
{ "ncfsd", false }
{ "ncfsd", false },
{ NULL, false }
};
static mntent *