Re: [Live-devel] Client IP address for RTSP streaming

2023-06-23 Thread Ross Finlayson
> 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*)

[Live-devel] Client IP address for RTSP streaming

2023-06-23 Thread Willdoner Christian via live-devel
--- 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

Re: [Live-devel] Heap-user-after-free in live.2023.06.20

2023-06-23 Thread Ross Finlayson
> 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

[Live-devel] Heap-user-after-free in live.2023.06.20

2023-06-23 Thread Meng Ruijie
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