mpd/src/storage
Max Kellermann 504f5f7bdd storage/FileInfo, db/simple/Directory: use 64 bit for device/inode
An ino_t is usually a 64 bit integer, and some file systems (such as
Linux's kernel NFS client) really uses the upper 32 bit.  This can
lead to false positives in the directory loop detection in
FindAncestorLoop().  Increasing these two attributes (in
StorageFileInfo and Directory) to 64 bit adds little overhead, but
makes the check a lot safer.
2017-04-06 09:58:25 +02:00
..
plugins storage/http: new storage plugin 2017-01-08 14:40:20 +01:00
CompositeStorage.cxx update copyright year 2017-01-03 20:48:59 +01:00
CompositeStorage.hxx update copyright year 2017-01-03 20:48:59 +01:00
Configured.cxx update copyright year 2017-01-03 20:48:59 +01:00
Configured.hxx update copyright year 2017-01-03 20:48:59 +01:00
FileInfo.hxx storage/FileInfo, db/simple/Directory: use 64 bit for device/inode 2017-04-06 09:58:25 +02:00
MemoryDirectoryReader.cxx update copyright year 2017-01-03 20:48:59 +01:00
MemoryDirectoryReader.hxx update copyright year 2017-01-03 20:48:59 +01:00
Registry.cxx storage/http: new storage plugin 2017-01-08 14:40:20 +01:00
Registry.hxx update copyright year 2017-01-03 20:48:59 +01:00
StorageInterface.cxx update copyright year 2017-01-03 20:48:59 +01:00
StorageInterface.hxx update copyright year 2017-01-03 20:48:59 +01:00
StoragePlugin.hxx update copyright year 2017-01-03 20:48:59 +01:00