osquery-1/osquery/filesystem
Stefano Bonicatti 3f5d2debc4 Fix stack-use-after-scope in procEnumerateProcesses
Issue highlighted by PR osquery/osquery#5628

Do not take a reference of a string which is owned by a temporary,
copy it instead.

PR: osquery/osquery#5665
2019-08-16 16:47:18 +02:00
..
darwin/benchmarks Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
linux Fix stack-use-after-scope in procEnumerateProcesses 2019-08-16 16:47:18 +02:00
posix Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
tests Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
windows windows/certificates: Fix enumeration bugs, add columns (#5631) 2019-07-16 17:34:39 +02:00
BUCK remove thrift_impl from osquery plugin_sdk 2019-02-26 11:20:08 -08:00
CMakeLists.txt Add CMake support 2019-06-26 21:49:06 -04:00
file_compression.cpp Fix sign compare warning in file_compression.cpp 2019-03-25 09:28:26 -07:00
fileops.h windows/certificates: Fix enumeration bugs, add columns (#5631) 2019-07-16 17:34:39 +02:00
filesystem.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
filesystem.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
mock_file_structure.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
mock_file_structure.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00