<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee, branch v0.13.0.2</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.13.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-29T20:17:00Z</updated>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:17:00Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f0b3bbf808ec598ec191326767e0779a4a4037e4'/>
<id>urn:sha1:f0b3bbf808ec598ec191326767e0779a4a4037e4</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</content>
</entry>
<entry>
<title>levin_protocol_handler_async: do not propagate exception through dtor</title>
<updated>2018-09-27T18:02:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T17:46:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a093092ef7fad731853fb8ea7b39c9f35ff4315c'/>
<id>urn:sha1:a093092ef7fad731853fb8ea7b39c9f35ff4315c</id>
<content type='text'>
Coverity 161856
</content>
</entry>
<entry>
<title>net_helper: do not propagate exceptions through dtor</title>
<updated>2018-09-27T17:43:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T17:43:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1eebb82bccad539d6c4e4579632137065086b890'/>
<id>urn:sha1:1eebb82bccad539d6c4e4579632137065086b890</id>
<content type='text'>
Coverity 161864
</content>
</entry>
<entry>
<title>epee: do not propagate exception through dtor</title>
<updated>2018-09-27T17:40:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T17:40:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e2139ffb79c225a49f3ce5b002dc200d7ca5b02'/>
<id>urn:sha1:2e2139ffb79c225a49f3ce5b002dc200d7ca5b02</id>
<content type='text'>
Coverity 161867
</content>
</entry>
<entry>
<title>mlog: don't remove old logs if we failed to rename the current file</title>
<updated>2018-09-27T17:28:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T14:58:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=661439f4e057f06cd637bd5d467ef70f213755aa'/>
<id>urn:sha1:661439f4e057f06cd637bd5d467ef70f213755aa</id>
<content type='text'>
Coverity 188348
</content>
</entry>
<entry>
<title>osx compilation fix: missing boost libs added</title>
<updated>2018-09-26T19:23:01Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2018-09-25T17:30:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b2972927ea0bff9d72594ed23f97e302a0022440'/>
<id>urn:sha1:b2972927ea0bff9d72594ed23f97e302a0022440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: fix stack overflow on crafted input</title>
<updated>2018-09-25T11:27:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-05T08:42:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf9a0f4c656ab989c388017387267e8df77949a1'/>
<id>urn:sha1:bf9a0f4c656ab989c388017387267e8df77949a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: fix invalid memory write reading an array entry</title>
<updated>2018-09-25T11:27:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-02T16:17:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=45683ee02c39f6e57f1f5e1065f4295292a0d8cf'/>
<id>urn:sha1:45683ee02c39f6e57f1f5e1065f4295292a0d8cf</id>
<content type='text'>
Reported by Lilith Wyatt at Talos.

Since this is not needed in normal operation, I just let this
error out.
</content>
</entry>
<entry>
<title>Merge pull request #4377</title>
<updated>2018-09-21T18:41:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:41:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b88bbf59c3821f57bc2a3890883bc279e523f940'/>
<id>urn:sha1:b88bbf59c3821f57bc2a3890883bc279e523f940</id>
<content type='text'>
4d52ec0c mlog: do not display http errors by default (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4209</title>
<updated>2018-09-21T18:30:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:30:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb3ff2bb36ed0aa7927690d7f0ee40dc212d2a2b'/>
<id>urn:sha1:bb3ff2bb36ed0aa7927690d7f0ee40dc212d2a2b</id>
<content type='text'>
26a42fe5 Added features to epee::span&lt;T&gt; :   - Support for classes   - Added `remove_prefix` function   - Added `to_mut_span` and `as_mut_byte_span` (Lee Clagett)
</content>
</entry>
</feed>
