wownero/external/easylogging++
moneromooo-monero 8889f490ce
easylogging++: fix potential memory corruption
The m_typedConfigurations pointer is copied from one object to the next,
but deleted in the dtor, leading to potential double free. It is also
deleted first thing in the copy ctor, deleting uninitialized memory.

This does not seem to actually happen in practice (those functions do
not get called), but seems safer that way.

Coverity 1446562
2021-02-16 09:43:18 +00:00
..
CMakeLists.txt Revert "easylogging++: ensure it finds boost headers" 2019-09-24 20:09:33 +00:00
ea_config.h For NetBSD, add instructions to README.md and define to ea_config.h 2020-07-19 12:53:57 +00:00
easylogging++.cc easylogging++: fix potential memory corruption 2021-02-16 09:43:18 +00:00
easylogging++.h easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning 2020-03-11 17:58:37 +00:00