Skip to content

Commit

Permalink
default enable
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Aug 1, 2024
1 parent 38d10ec commit 7b04b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loader/layers/sanitizer/asan_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct AsanOptions {
uint32_t MaxQuarantineSizeMB = 0;
bool DetectLocals = true;
bool DetectPrivates = true;
bool DetectKernelArguments = false;
bool DetectKernelArguments = true;

private:
AsanOptions(logger::Logger &logger) {
Expand Down

0 comments on commit 7b04b92

Please sign in to comment.