<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee, branch v0.16.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.16.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-06-21T18:23:03Z</updated>
<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>
<entry>
<title>Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.</title>
<updated>2020-04-11T04:12:11Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-18T23:22:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c26c93019a52dee52ee865f4f1b23e6929968258'/>
<id>urn:sha1:c26c93019a52dee52ee865f4f1b23e6929968258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6446</title>
<updated>2020-05-01T20:32:52Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-05-01T20:32:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c9b800a787cf2eba8803ddd03020e36d21c278b7'/>
<id>urn:sha1:c9b800a787cf2eba8803ddd03020e36d21c278b7</id>
<content type='text'>
e509ede trezor: adapt to new passphrase mechanism (ph4r05)
</content>
</entry>
</feed>
