mirror of
https://github.com/monero-project/monero.git
synced 2026-01-21 12:03:10 +01:00
eayslogging++: Fix bad memory access before opening any files
This commit is contained in:
1
external/easylogging++/easylogging++.h
vendored
1
external/easylogging++/easylogging++.h
vendored
@@ -3082,6 +3082,7 @@ namespace base {
|
||||
base::utils::Str::trim(boolStr);
|
||||
return (boolStr == "TRUE" || boolStr == "true" || boolStr == "1");
|
||||
};
|
||||
setValue(Level::Global, base::FileStreamPtr(NULL), &m_fileStreamMap);
|
||||
std::vector<Configuration*> withFileSizeLimit;
|
||||
for (Configurations::const_iterator it = configurations->begin(); it != configurations->end(); ++it) {
|
||||
Configuration* conf = *it;
|
||||
|
||||
Reference in New Issue
Block a user