mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
1642382ff9
This commit creates a new osquery/main/harnesses directory and moves fuzz-config there. It removes OSQUERY_FUZZ for a new option OSQUERY_ENABLE_FUZZER_SANITIZERS It creates a new option OSQUERY_ENABLE_ADDRESS_SANITIZER The following behaviors are intended: OSQUERY_BUILD_TESTS=ON will build the fuzzing harness. This configuration is not intended for fuzzing purposes. OSQUERY_ENABLE_FUZZER_SANITIZERS=ON will also build the fuzzing harness. However if this variable is true, it also requires OSQUERY_ENABLE_ADDRESS_SANITIZER=ON and either CMAKE_BUILD_TYPE=Release or RelWithDebInfo This configuration is actually intended for fuzzing. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
fuzz_config.cpp |