Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-25 | Merge pull request #3082 | Riccardo Spagni | 1 | -1/+1 | |
8b50209c fix for warning (Onur Altun) | |||||
2018-01-10 | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 1 | -1/+1 | |
2018-01-08 | fix for warning | Onur Altun | 1 | -1/+1 | |
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)); | |||||
2017-12-17 | unit_tests: fix memwipe test comparison | moneromooo-monero | 1 | -1/+1 | |
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-11-27 | add a memwipe function | moneromooo-monero | 1 | -0/+64 | |
It's meant to avoid being optimized out memory_cleanse lifted from bitcoin |