Maximilien Siavelis
2019-05-06 97ca2423a4686f7f9e85a33a88556dae4aad1bab
src/library/os/os-linux.c
@@ -95,6 +95,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