SChernykh 9ca9f1214a 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
2021-03-18 21:57:13 +01:00
..
2020-05-06 22:36:54 -04:00
2020-12-20 02:34:24 +00:00
2020-12-20 02:34:24 +00:00
2020-05-06 22:36:54 -04:00