wownero/contrib/epee
SChernykh c0c75ac19d 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
2020-12-08 18:43:44 +01:00
..
demo remove empty statements 2020-02-17 11:55:15 -05:00
include Fixed issues found by static analysis 2020-12-08 18:43:44 +01:00
src protocol: drop peers that don't reply to queries 2020-12-06 15:57:40 +00:00
tests default initialize rpc structures 2019-03-04 22:38:03 +00:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.