bernhardu

Results 64 comments of bernhardu

This downstream [Debian bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014193) seems about the same issue. And this crash seems also similar to one observed in [freerdp](https://github.com/openssl/openssl/issues/14392). There a patch got disussed to programmatically load the openssl...

I received the same or similar issue and brought this to [F-Droid developers attention here](https://gitlab.com/fdroid/fdroidclient/-/issues/2426), as the redirects work with at least wget.

I came across this downstream [Debian bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004645) and found that the mentioned out-of-tree patch might do the `efree(full);` twice. I proposed there a fix by setting `full` to NULL after...

I got here while trying to recover a hard disk and tried to find out which files get corrupted by the unreadable sectors via the `ddru_findbad` script from ddrutility package....

Hello @RudiDeVos, I tried to look into this [wine issue](https://bugs.winehq.org/show_bug.cgi?id=52296), but as the official packages seem not to contain debug information and even if they would, it would not be...

> I don't see any code changes that could fix the not connect issue, is the mingw exe working ? I just mentioned this to give a reason why I...

@RudiDeVos : Thanks for merging the first part. @Neustradamus : It's better, but these first changes were just the simple ones, there are more [here](https://github.com/bernhardu/UltraVNC/commits/mingw) (the least questionable ones committed...

Hello, sorry for my late response. I have rebased my [branch](https://github.com/bernhardu/UltraVNC/commits/mingw) on top of 1.3.8 and made sure it compiles again (did not test the resulting executables). (Mostly just added...

> @bernhardu: All your improvements have been added in master code? Hello @Neustradamus, [those changes in my branch](https://github.com/bernhardu/UltraVNC/commits/mingw) are most useful if someone wants to use a non MSVC-compiler. But...

> This isn't working in all cases #define strncat_s(dest, source, len) strncat_s(dest, sizeof(dest), source, len) > > strncat_s(buffer, /_buflen,_/ digtxt, (buflen - 1) - strlen(buffer)); fail as sizeof(buffer) = 1...