sapling/eden/fs/inodes
Xavier Deguillard 9c2bb705a1 inodes: fix use after free in LookupProcessor
Summary:
The LookupProcessor class is built with the purpose of iterating all the inodes
in the passed in path. However, the LookupProcessor object may outlive the
lifetime of the path, and thus we need to build an iterator on the copied path,
not on the argument.

Differential Revision: D24581874

fbshipit-source-id: b66dc007920b7adad5272bf56d3034acb211fec6
2020-10-27 21:45:43 -07:00
..
overlay fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
sqliteoverlay Remove dead includes in eden 2020-10-09 15:25:47 -07:00
test fix compilation warnings 2020-10-26 13:43:48 -07:00
CacheHint.h Tidy up license headers 2019-10-11 05:28:23 -07:00
CheckoutAction.cpp add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
CheckoutAction.h make unlink and rmdir explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
CheckoutContext.cpp prjfs: remove FsChannel.h 2020-09-28 18:14:30 -07:00
CheckoutContext.h logging for thrift object fetch: checkout 2020-07-26 23:09:40 -07:00
CMakeLists.txt move strace logging into FuseChannel 2020-10-20 09:34:03 -07:00
DeferredDiffEntry.cpp Remove dead includes in eden 2020-10-09 15:25:47 -07:00
DeferredDiffEntry.h add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
DirEntry.cpp Add mode_t size in DirEntry 2020-03-10 12:27:50 -07:00
DirEntry.h edenfs: change PathMap CaseSensitivity to runtime option 2020-09-18 08:43:14 -07:00
EdenDispatcher.cpp move strace logging into FuseChannel 2020-10-20 09:34:03 -07:00
EdenDispatcher.h prjfs: add TARGETS file 2020-09-23 09:43:35 -07:00
EdenMount.cpp move strace logging into FuseChannel 2020-10-20 09:34:03 -07:00
EdenMount.h prjfs: add partial support for debug processfetch on Windows 2020-10-05 15:46:02 -07:00
EdenMountError.h Tidy up license headers 2019-10-11 05:28:23 -07:00
FileInode.cpp inodes: do not ignore errors when computing sha1 2020-10-15 23:57:11 -07:00
FileInode.h fuse: move BufVec.h to utils/ 2020-09-02 12:15:48 -07:00
GlobNode.cpp collectX to collectUnsafe 2020-03-10 11:36:09 -07:00
GlobNode.h use enumValue instead of static_cast<int> 2020-04-28 18:59:34 -07:00
InodeBase.cpp inodes: fix signed comparison warning 2020-09-23 12:20:42 -07:00
InodeBase.h allow querying Overlay file size outside of FileInode 2020-10-23 11:16:10 -07:00
InodeError.cpp allow querying Overlay file size outside of FileInode 2020-10-23 11:16:10 -07:00
InodeError.h Tidy up license headers 2019-10-11 05:28:23 -07:00
InodeLoader.h edenfs: change PathMap CaseSensitivity to runtime option 2020-09-18 08:43:14 -07:00
InodeMap.cpp inodes: fix signed comparison warning 2020-09-23 12:20:42 -07:00
InodeMap.h utils: move win/utils/Stub.h to utils/NotImplemented.h 2020-09-16 12:31:46 -07:00
InodeMetadata.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
InodeMetadata.h Tidy up license headers 2019-10-11 05:28:23 -07:00
InodeNumber.cpp inodes: move fuse/InodeNumber.{cpp,h} into inodes/ 2020-09-02 12:15:48 -07:00
InodeNumber.h inodes: fix signed comparison warning 2020-09-23 12:20:42 -07:00
InodePtr-defs.h Tidy up license headers 2019-10-11 05:28:23 -07:00
InodePtr.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
InodePtr.h Tidy up license headers 2019-10-11 05:28:23 -07:00
InodePtrFwd.h Tidy up license headers 2019-10-11 05:28:23 -07:00
InodeTable.h inodes: move fuse/InodeNumber.{cpp,h} into inodes/ 2020-09-02 12:15:48 -07:00
InodeTimestamps.cpp Inode support on Windows 2020-04-01 14:53:30 -07:00
InodeTimestamps.h Inode support on Windows 2020-04-01 14:53:30 -07:00
Overlay.cpp inodes: fix signed comparison warning 2020-09-23 12:20:42 -07:00
Overlay.h inodes: always include SqliteOverlay.h 2020-09-23 09:43:35 -07:00
OverlayFile.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
OverlayFile.h fix flakiness in RawOverlayTest.closed_overlay_stress_test 2020-01-27 18:17:01 -08:00
OverlayFileAccess.cpp allow querying Overlay file size outside of FileInode 2020-10-23 11:16:10 -07:00
OverlayFileAccess.h allow querying Overlay file size outside of FileInode 2020-10-23 11:16:10 -07:00
ParentInodeInfo.h Tidy up license headers 2019-10-11 05:28:23 -07:00
RequestContext.cpp Remove dead includes in eden 2020-10-09 15:25:47 -07:00
RequestContext.h fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
ServerState.cpp eden: fix Windows build 2020-05-04 11:53:33 -07:00
ServerState.h eden: fix Windows build 2020-05-04 11:53:33 -07:00
Traverse.cpp add observed inode traversal functions 2020-10-23 11:16:10 -07:00
Traverse.h add observed inode traversal functions 2020-10-23 11:16:10 -07:00
TreeInode.cpp inodes: fix use after free in LookupProcessor 2020-10-27 21:45:43 -07:00
TreeInode.h compute deterministic paths in debugInodeStatus 2020-10-16 19:13:19 -07:00
TreePrefetchLease.cpp limit the number of tree prefetch operations that can run in parallel 2019-12-20 16:14:19 -08:00
TreePrefetchLease.h fix one case of logging of null ClientPid 2020-08-31 10:05:02 -07:00