Matteo Varalta
2019-04-23 cbb682e6b86e0b462cef73fdaad61e4be83b06b6
src/library/os/os-linux.c
@@ -93,6 +93,7 @@
   currentDrive = 0;
   while (NULL != (ent = getmntent(aFile))) {
      if ((strncmp(ent->mnt_type, "ext", 3) == 0
            || strncmp(ent->mnt_type, "xfs", 3) == 0
            || strncmp(ent->mnt_type, "vfat", 4) == 0
            || strncmp(ent->mnt_type, "ntfs", 4) == 0)
            && ent->mnt_fsname != NULL