<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/src/wipeable_string.cpp, branch v0.12.2.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-02-18T14:02:36Z</updated>
<entry>
<title>wipeable_string: don't try to wipe an empty buffer</title>
<updated>2018-02-18T14:02:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-18T13:45:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4789f8598f5f6a4638e19d0ed8ccf1e625438357'/>
<id>urn:sha1:4789f8598f5f6a4638e19d0ed8ccf1e625438357</id>
<content type='text'>
memset_s doesn't like it
</content>
</entry>
<entry>
<title>wipeable_string: call memwipe directly</title>
<updated>2018-01-31T12:25:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-31T12:25:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fde4489e1ddd8bc43068fcc6bddec9fb2be7f82d'/>
<id>urn:sha1:fde4489e1ddd8bc43068fcc6bddec9fb2be7f82d</id>
<content type='text'>
since the original reason for the indirect call (that memwipe
was not in contrib) is now gone
</content>
</entry>
<entry>
<title>Readd copyright starting date</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T23:55:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=84a7f6a4827f5baec6bb5cecbe11d4f61708b520'/>
<id>urn:sha1:84a7f6a4827f5baec6bb5cecbe11d4f61708b520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wipeable_string: fix buffer overread</title>
<updated>2017-12-23T15:30:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-23T15:30:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ccc51f64513e2c05afed453385af68bde072d8d'/>
<id>urn:sha1:6ccc51f64513e2c05afed453385af68bde072d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wipeable_string: move a wipe from reserve to grow</title>
<updated>2017-12-19T14:06:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-19T14:03:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6c94516fb49f450f291c2092b829f3094215cf04'/>
<id>urn:sha1:6c94516fb49f450f291c2092b829f3094215cf04</id>
<content type='text'>
That way, all implicit wipes ends up in grow, which is more robust
</content>
</entry>
<entry>
<title>wipeable_string: ignore reserve size less than actual size</title>
<updated>2017-12-19T14:00:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-19T14:00:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5f801b6adfeb8d0fa8afc1183ff3ff5318624221'/>
<id>urn:sha1:5f801b6adfeb8d0fa8afc1183ff3ff5318624221</id>
<content type='text'>
This was asserting, but stoffu pointed out the std::string standard
considers this ok and ignorable
</content>
</entry>
<entry>
<title>wipeable_string: fix clear and push_back</title>
<updated>2017-12-19T11:55:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-19T11:55:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ec44a2b06799709fcba197372f596f85f74feb8'/>
<id>urn:sha1:9ec44a2b06799709fcba197372f596f85f74feb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new wipeable_string class to replace std::string passphrases</title>
<updated>2017-11-27T22:25:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-25T14:50:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3dffe71b72c3b5dd1246ed74ee4cd1ad89aaccfa'/>
<id>urn:sha1:3dffe71b72c3b5dd1246ed74ee4cd1ad89aaccfa</id>
<content type='text'>
</content>
</entry>
</feed>
