<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee, branch v0.16.0.3</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.16.0.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-08-02T00:23:13Z</updated>
<entry>
<title>epee: further defending against exceptions in command handlers</title>
<updated>2020-08-02T00:23:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-08-02T00:21:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=03254742e55f44b70e6c13f4bf380b0ddb3d0133'/>
<id>urn:sha1:03254742e55f44b70e6c13f4bf380b0ddb3d0133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: guard against exceptions in RPC handlers</title>
<updated>2020-07-30T22:51:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-07-06T15:49:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c02d7621a49d916759eb9acab79f7c52fc8e5157'/>
<id>urn:sha1:c02d7621a49d916759eb9acab79f7c52fc8e5157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: fix array underflow in unicode parsing</title>
<updated>2020-06-21T18:23:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-04-23T14:39:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8eaf0e189fdd9ae5d338a38e4fec9cdc743f0952'/>
<id>urn:sha1:8eaf0e189fdd9ae5d338a38e4fec9cdc743f0952</id>
<content type='text'>
Reported by minerscan

Also independently found by OSS-Fuzz just recently
</content>
</entry>
<entry>
<title>rpc: don't display invalid json errors on default log level</title>
<updated>2020-06-11T12:43:13Z</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=5285ecc3d6ab39efd02d581a43ace33a58a73eb9'/>
<id>urn:sha1:5285ecc3d6ab39efd02d581a43ace33a58a73eb9</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:21:21Z</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=438b84690e818b136b84f31a12e67a83fec8979b'/>
<id>urn:sha1:438b84690e818b136b84f31a12e67a83fec8979b</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>Merge pull request #6540</title>
<updated>2020-05-19T22:13:24Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-05-19T22:13:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f8642bf95cc9ae3e83f48ccc4bb20ded74d37966'/>
<id>urn:sha1:f8642bf95cc9ae3e83f48ccc4bb20ded74d37966</id>
<content type='text'>
7209db8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6532</title>
<updated>2020-05-19T22:11:05Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-05-19T22:11:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da04c5fb48c12bfbc5c6e54c027ad1faaf9dae25'/>
<id>urn:sha1:da04c5fb48c12bfbc5c6e54c027ad1faaf9dae25</id>
<content type='text'>
f35ced6 build: fix boost 1.73 compatibility (selsta)
</content>
</entry>
<entry>
<title>epee: use memwipe rather than memset for md5 secrets</title>
<updated>2020-05-16T18:14:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-16T18:12:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7209db839cbbb0c1e22581d30b8f87d0de557322'/>
<id>urn:sha1:7209db839cbbb0c1e22581d30b8f87d0de557322</id>
<content type='text'>
That's used by HTTP auth now
</content>
</entry>
<entry>
<title>build: fix boost 1.73 compatibility</title>
<updated>2020-05-14T20:57:53Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-05-14T20:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f35ced6d7f00282091a9623bad573132f42a91b0'/>
<id>urn:sha1:f35ced6d7f00282091a9623bad573132f42a91b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bugs for take_slice and byte_stream-&gt;byte_slice</title>
<updated>2020-05-12T23:07:41Z</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=cc40ce1b3ffca5a48daaf6e35cdca596be5f3820'/>
<id>urn:sha1:cc40ce1b3ffca5a48daaf6e35cdca596be5f3820</id>
<content type='text'>
</content>
</entry>
</feed>
