We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d10ec commit 7b04b92Copy full SHA for 7b04b92
source/loader/layers/sanitizer/asan_options.hpp
@@ -38,7 +38,7 @@ struct AsanOptions {
38
uint32_t MaxQuarantineSizeMB = 0;
39
bool DetectLocals = true;
40
bool DetectPrivates = true;
41
- bool DetectKernelArguments = false;
+ bool DetectKernelArguments = true;
42
43
private:
44
AsanOptions(logger::Logger &logger) {
0 commit comments