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 7a370a4 commit 132349cCopy full SHA for 132349c
source/loader/layers/sanitizer/asan_options.hpp
@@ -112,7 +112,7 @@ struct AsanOptions {
112
113
KV = OptionsEnvMap->find("redzone");
114
if (KV != OptionsEnvMap->end()) {
115
- auto Value = KV->second.front();
+ const auto &Value = KV->second.front();
116
try {
117
MinRZSize = std::stoul(Value);
118
if (MinRZSize < 16) {
0 commit comments