<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/src/wipeable_string.cpp, branch v0.15.0.1</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.15.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-06-14T08:47:29Z</updated>
<entry>
<title>ensure no NULL is passed to memcpy</title>
<updated>2019-06-14T08:47:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-29T08:17:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0564da5fdc165948ba7c862fb81478f9287a072d'/>
<id>urn:sha1:0564da5fdc165948ba7c862fb81478f9287a072d</id>
<content type='text'>
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wipeable_string: add hex_to_pod function</title>
<updated>2018-09-12T09:26:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-27T08:43:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=07ec748c8245b42de0ec9964b2f0062c0034f2f8'/>
<id>urn:sha1:07ec748c8245b42de0ec9964b2f0062c0034f2f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: wipe seed from memory where appropriate</title>
<updated>2018-08-16T09:17:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-06T23:03:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea37614efe518ff8f363ddf2465301687e04d977'/>
<id>urn:sha1:ea37614efe518ff8f363ddf2465301687e04d977</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
