Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-12 | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 1 | -3/+4 | |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 1 | -5/+12 | |
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-09-12 | wipeable_string: add hex_to_pod function | moneromooo-monero | 1 | -1/+2 | |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -2/+110 | |
2018-02-18 | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 1 | -3/+6 | |
memset_s doesn't like it | |||||
2018-01-31 | wipeable_string: call memwipe directly | moneromooo-monero | 1 | -10/+6 | |
since the original reason for the indirect call (that memwipe was not in contrib) is now gone | |||||
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-23 | wipeable_string: fix buffer overread | moneromooo-monero | 1 | -1/+1 | |
2017-12-19 | wipeable_string: move a wipe from reserve to grow | moneromooo-monero | 1 | -3/+2 | |
That way, all implicit wipes ends up in grow, which is more robust | |||||
2017-12-19 | wipeable_string: ignore reserve size less than actual size | moneromooo-monero | 1 | -2/+1 | |
This was asserting, but stoffu pointed out the std::string standard considers this ok and ignorable | |||||
2017-12-19 | wipeable_string: fix clear and push_back | moneromooo-monero | 1 | -1/+4 | |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -0/+146 | |