monero/contrib/epee
moneromooo-monero 7dbf76d0da
Fix an object lifetime bug in net load tests
The commands handler must not be destroyed before the config
object, or we'll be accessing freed memory.

An earlier attempt at using boost::shared_ptr to control object
lifetime turned out to be very invasive, though would be a
better solution in theory.
2017-10-09 16:46:42 +01:00
..
demo removing some unsed epee files 2017-01-20 01:05:14 +00:00
include Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
src Upgrades to epee::net_utils::network_address 2017-10-05 11:57:09 -04:00
tests Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02: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.