Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Ulrich Teichert
Hi, [del] >However, if you’re able to build your own binaries, the ASAN option built into >GCC and Clang for something like the last decade does most of >what Valgrind >does without nearly as much overhead. I believe Google — the creators of ASAN >— actually run their binaries like this in >pr

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Warren Young
On Aug 18, 2021, at 10:23 AM, Ross Finlayson wrote: > > Thanks again for the report. This was not a serious issue, but I’ve just > released a new version (2021.08.18) of the code that should make ‘valgrind’ > happy. Valgrind is rather heavy-weight, essentially being a software CPU emulator at

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Ross Finlayson
Thanks again for the report. This was not a serious issue, but I’ve just released a new version (2021.08.18) of the code that should make ‘valgrind’ happy. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-

[Live-devel] Fwd: Valgrind uninitialised values inside live555

2021-08-18 Thread Костромин Дмитрий Андреевич
Sorry not leaks - but uninitialised value - I made a reservation. Перенаправленное сообщение Тема: Re: [Live-devel] Valgrind uninitialised values inside live555 Дата: Wed, 18 Aug 2021 12:51:40 +0300 От: Костромин Дмитрий Андреевич Кому: live-devel@lists.live555.com

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Костромин Дмитрий Андреевич
18.08.2021 10:12, Ross Finlayson пишет: On Aug 17, 2021, at 11:25 PM, Ulrich Teichert wrote: In setPortNum, testAddr.ss_family is read to find out if an IP4 or IP6 address is being dealt with: Yes, and this was fixed in the most recent release (2021.08.17) of the code. Ross Finlayson Live

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Ross Finlayson
> On Aug 17, 2021, at 11:25 PM, Ulrich Teichert > wrote: > > In setPortNum, testAddr.ss_family is read to find out if an IP4 or IP6 > address is being > dealt with: Yes, and this was fixed in the most recent release (2021.08.17) of the code. Ross Finlayson Live Networks, Inc. http://www.li

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-18 Thread Ulrich Teichert
Hi, while you may consider valgrind very picky (as it should be, that was one of the goals during its development, I believe ;-), I've run into that issue as well. It results from this call, i.e.: groupsock/GroupsockHelper.cpp: ... static Boolean getSourcePort0(int socket, portNumBits& resultPo