Martin Dorey

Results 7 issues of Martin Dorey

…uiggly red underlines in the comments that appear accidental.

Our RhodeCode instance dies every so often when it runs out of file descriptors. It's leaking the read end of pipes. I found that the issue has been reported and...

I've got a customer whose LDAP server repeatably returns a result like this: LDAPMessage searchResDone(2) success [126 results] messageID: 2 protocolOp: searchResDone (5) searchResDone resultCode: success (0) matchedDN: errorMessage: [Response...

I was hoping to probe a vulnerable system with a command like this: ``` $ < /dev/null openssl s_client -cert cert.der.old -certform DER -key ec.key -keyform PEM error setting private...

``` martind@sirius:~/download/Argon$ dmd -c argon.d argon.d(1782): Error: function core.internal.array.capacity._d_arraysetlengthTImpl!(ArgGroup[], ArgGroup)._d_arraysetlengthT(return ref scope ArgGroup[] arr, ulong newlength) is not callable using argument types (ArgGroup[], FArgBase[]) argon.d(1782): cannot pass argument this.fargs =...

… by const reference to fix gcc-8's warning: catching polymorphic type ‘class boost::thread_resource_error’ by value (https://github.com/philipphenkel/threadpool/issues/5).

A simple test: ``` martind@stormy:~/tmp/D158494$ cat polymorphic-catch.cpp #include "boost/threadpool/pool.hpp" void* po = new boost::threadpool::pool; martind@stormy:~/tmp/D158494$ ``` ... produces a warning when compiled with -Wall: ``` martind@stormy:~/tmp/D158494$ gcc -I ~/download/threadpool/ -c...