sapling/eden/fs
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
..
benchharness add 4k random writes benchmark 2020-07-14 16:13:37 -07:00
benchmarks Remove dead includes in eden 2020-10-09 15:25:47 -07:00
cli allow masking trace events 2020-10-23 19:53:00 -07:00
config path: verify that composed paths are comprised of valid PathComponent 2020-10-22 16:24:17 -07:00
docs Some minor modifications to verbiage in documentation 2020-07-06 22:20:17 -07:00
fuse allow masking trace events 2020-10-23 19:53:00 -07:00
inodes inodes: fix use after free in LookupProcessor 2020-10-27 21:45:43 -07:00
journal avoid redundant change notifications when prior notifications have not been observed 2020-10-20 18:25:43 -07:00
model PathFuncs: allow paths on Windows to be '\' separated 2020-10-22 16:24:17 -07:00
monitor Remove dead includes in eden 2020-10-09 15:25:47 -07:00
notifications notifications: compile on Windows 2020-09-09 09:33:35 -07:00
prjfs prjfs: ignore access denied errors on invalidation 2020-10-26 14:02:16 -07:00
py give new thrift client access to streaming APIs 2020-10-07 23:36:40 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service fix compilation warnings 2020-10-26 13:43:48 -07:00
sqlite sqlite: allow to create in-memory sqlite database for testing 2020-10-05 15:51:18 -07:00
store Remove dead includes in eden 2020-10-09 15:25:47 -07:00
takeover fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
telemetry fix compilation warnings 2020-10-26 13:43:48 -07:00
testharness utils: compile the tests with @mode/win 2020-10-22 12:52:13 -07:00
third-party eden: support NO_OPEN support on macOS 2020-07-27 17:53:03 -07:00
utils utils: fix SpawnedProcess.pipe test on @mode/win 2020-10-26 20:56:17 -07:00
CMakeLists.txt prjfs: move win/mount into prjfs 2020-09-22 09:09:56 -07:00