diff options
author | SChernykh <sergey.v.chernykh@gmail.com> | 2020-12-08 18:27:19 +0100 |
---|---|---|
committer | SChernykh <sergey.v.chernykh@gmail.com> | 2020-12-08 18:43:44 +0100 |
commit | c0c75ac19d77a542abacd27796364c6518f7ae59 (patch) | |
tree | 0c14970ec93dd12072549cece25f150c1a660d37 /.travis.yml | |
parent | Merge pull request #7072 (diff) | |
download | monero-c0c75ac19d77a542abacd27796364c6518f7ae59.tar.xz |
Fixed issues found by static analysis
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions