aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2021-02-13 12:26:28 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2021-02-16 09:43:18 +0000
commit8889f490ce8e4fc0e7f7b9c47f8ef46f5a509cf3 (patch)
tree76cabf3eb9a46084f9c568a20d679f818594f6f8 /src
parentcb70ae9450b6887a046ef962abe73f3e64787ae2 (diff)
downloadmonzero-core-8889f490ce8e4fc0e7f7b9c47f8ef46f5a509cf3.tar.gz
monzero-core-8889f490ce8e4fc0e7f7b9c47f8ef46f5a509cf3.tar.xz
monzero-core-8889f490ce8e4fc0e7f7b9c47f8ef46f5a509cf3.zip
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
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions