> On Jun 23, 2023, at 1:03 AM, Willdoner Christian via live-devel
> wrote:
>
> I think it is a windows problem again..
> Finally I managed to filter out the IP with
> char ipbuff[INET_ADDRSTRLEN];
> inet_ntop(clientAddr.ss_family, &(((struct
> sockaddr_in*)
--- Begin Message ---
I think it is a windows problem again..
Finally I managed to filter out the IP with
char ipbuff[INET_ADDRSTRLEN];
inet_ntop(clientAddr.ss_family, &(((struct
sockaddr_in*)&clientAddr)->sin_addr), ipbuff, INET_ADDRSTRLEN);
instead of the Addr
> On Jun 23, 2023, at 12:32 AM, Meng Ruijie wrote:
>
> Hello,
>
> There may be one heap-use-after-free while calling
> RTPInterface::sendDataOverTCP. The following is the bug report from the ASAN:
>
>
>
> ==17==ERROR: AddressSanitizer: heap-use-after-free on address 0x62e000f3a0e8
> a
Hello,
There may be one heap-use-after-free while calling
RTPInterface::sendDataOverTCP. The following is the bug report from the ASAN:
==17==ERROR: AddressSanitizer: heap-use-after-free on address 0x62e000f3a0e8 at
pc 0x005d5ec8 bp 0x735fc420 sp 0x735fc418
READ of size 1 at 0