<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/src/wipeable_string.cpp, branch v0.17.3.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.17.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-10-22T02:51:49Z</updated>
<entry>
<title>epee: add missing header</title>
<updated>2021-10-22T02:51:49Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-10-21T23:59:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1c26d34a2ac551bd031c9e080092c52b87b579d9'/>
<id>urn:sha1:1c26d34a2ac551bd031c9e080092c52b87b579d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>wipeable_string: split - treat CR, LF and Tabs as separators</title>
<updated>2020-02-12T21:16:07Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-02-12T20:53:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0078ce7fac6a205341fee659b7f5adefa7f0b7aa'/>
<id>urn:sha1:0078ce7fac6a205341fee659b7f5adefa7f0b7aa</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
