xmr-eric
|
84a7f6a482
|
Readd copyright starting date
|
2018-01-26 10:03:20 -05:00 |
|
xmr-eric
|
18216f19dd
|
Update 2018 copyright
|
2018-01-26 10:03:20 -05:00 |
|
Riccardo Spagni
|
0a94399a05
|
Merge pull request #3082
8b50209c fix for warning (Onur Altun)
|
2018-01-25 16:49:20 -08:00 |
|
moneromooo-monero
|
fdd4c5e577
|
move memwipe to epee to avoid common<->crypto circular dependencies
|
2018-01-10 01:57:54 +00:00 |
|
Onur Altun
|
8b50209ca0
|
fix for warning
monero/tests/unit_tests/memwipe.cpp:50:8: Warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
if (wipe) ASSERT_TRUE(memcmp(quux, "bar", 3));
|
2018-01-08 06:58:48 +03:00 |
|
moneromooo-monero
|
223e3788ac
|
unit_tests: fix memwipe test comparison
free might overwrite the memory, so we can't expect to see
the NULs we overwrote with, but at least we shouldn't see
the original data.
|
2017-12-17 09:56:36 +00:00 |
|
moneromooo-monero
|
000666ff78
|
add a memwipe function
It's meant to avoid being optimized out
memory_cleanse lifted from bitcoin
|
2017-11-27 22:15:34 +00:00 |
|