<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/src, branch v0.17.1.5</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.1.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-11-07T15:32:02Z</updated>
<entry>
<title>epee: readline_buffer - fix thread safety, fix sync() after stop()</title>
<updated>2020-11-07T15:32:02Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-11-07T14:09:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=981e0b5cc3073c8aaef0c2d08cca0d440ff51b14'/>
<id>urn:sha1:981e0b5cc3073c8aaef0c2d08cca0d440ff51b14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2_api: implement runtime proxy configuration</title>
<updated>2020-07-20T13:45:12Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-07-20T04:31:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76c16822d09fbebbc792dc999ea2d3432a63253a'/>
<id>urn:sha1:76c16822d09fbebbc792dc999ea2d3432a63253a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6565</title>
<updated>2020-07-19T10:40:19Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:40:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9871fefbf93fa12556bd80c355f6da9c028e4b69'/>
<id>urn:sha1:9871fefbf93fa12556bd80c355f6da9c028e4b69</id>
<content type='text'>
72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
<entry>
<title>Merge pull request #6584</title>
<updated>2020-07-08T22:12:43Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-07-08T22:12:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=be170c485c86e4b79918c8dbacd0bde5eaf901c6'/>
<id>urn:sha1:be170c485c86e4b79918c8dbacd0bde5eaf901c6</id>
<content type='text'>
78d435a rpc: don't display invalid json errors on default log level (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6559</title>
<updated>2020-07-08T22:07:50Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-07-08T22:07:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35e2520115835463c55840912d2dc0f89e32ab97'/>
<id>urn:sha1:35e2520115835463c55840912d2dc0f89e32ab97</id>
<content type='text'>
15538f7 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee)
</content>
</entry>
<entry>
<title>rpc: don't display invalid json errors on default log level</title>
<updated>2020-05-23T12:26:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-04-28T14:05:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=78d435a5fae047ba9774cb6b43241e44322e77c0'/>
<id>urn:sha1:78d435a5fae047ba9774cb6b43241e44322e77c0</id>
<content type='text'>
It's not something the user needs to know, and will display
attacker controlled data
</content>
</entry>
<entry>
<title>ByteSlice: Fix persisting ptr to std::moved SSO buffer</title>
<updated>2020-05-20T00:13:58Z</updated>
<author>
<name>Doyle</name>
<email>doylet@protonmail.com</email>
</author>
<published>2020-05-19T08:45:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=15538f7e3f8fdafb13b99554a8726850caeef937'/>
<id>urn:sha1:15538f7e3f8fdafb13b99554a8726850caeef937</id>
<content type='text'>
The Bug:
1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_`
2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer)
3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string.
</content>
</entry>
<entry>
<title>fix a few typos in error messages</title>
<updated>2020-05-19T15:59:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-19T15:56:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=72cdfa4a204cb6da2fd47abf7454845a6892f644'/>
<id>urn:sha1:72cdfa4a204cb6da2fd47abf7454845a6892f644</id>
<content type='text'>
Reported by adrelanos
</content>
</entry>
<entry>
<title>Fixed bugs for take_slice and byte_stream-&gt;byte_slice</title>
<updated>2020-05-12T05:26:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-05-12T05:26:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29e563bb1ed0be0f358235faf1b1848b222b584d'/>
<id>urn:sha1:29e563bb1ed0be0f358235faf1b1848b222b584d</id>
<content type='text'>
</content>
</entry>
</feed>
