mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
8889f490ce
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ea_config.h | ||
easylogging++.cc | ||
easylogging++.h |