Skip to content

Commit 7b04b92

Browse files
committed
default enable
1 parent 38d10ec commit 7b04b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/layers/sanitizer/asan_options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct AsanOptions {
3838
uint32_t MaxQuarantineSizeMB = 0;
3939
bool DetectLocals = true;
4040
bool DetectPrivates = true;
41-
bool DetectKernelArguments = false;
41+
bool DetectKernelArguments = true;
4242

4343
private:
4444
AsanOptions(logger::Logger &logger) {

0 commit comments

Comments
 (0)