[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build libssh against gcrypt
[Thread Prev] | [Thread Next]
- Subject: Re: Build libssh against gcrypt
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 04 Nov 2016 09:58:40 +0100
- To: libssh@xxxxxxxxxx
On Thursday, 3 November 2016 11:21:03 CET Justus Winter wrote: > > There are more things, but I can life with them for now. For the future: > > int len; > > > > len = foo(); > > if (len == 1) > > > > is easier to debug (gdb$ print len) and to understand then > > > > if (foo() == 1) > > Wow, that's very verbose given that one can also step into the function, > let it finish and get the result that way in gdb. But it is a matter of > taste of course. And makes debugging often a lot easier. At least if you spend a lot of time in the debugger and I do :) Could you please check the memory leaks and fix them: https://test.libssh.org/viewDynamicAnalysis.php?buildid=37424 Thanks, Andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
[PATCH 1/2] pki_gcrypt: Fix memory leak. | Justus Winter <justus@xxxxxxxxxxx> |
Build libssh against gcrypt | Justus Winter <justus@xxxxxxxxxxx> |
Re: Build libssh against gcrypt | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: Build libssh against gcrypt | Justus Winter <justus@xxxxxxxxxxx> |