Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 2195)

Ticket Resolution Summary Owner Reporter
#2214 fixed Check for PJ_ICE_ST_MAX_CAND when adding new ICE candidate riza riza
Description

PJ_ICE_ST_MAX_CAND specify the maximum number of candidates for each ICE component. Currently if the number of candidates has reached it's maximum number, it is still possible to add a new one. This will lead to crash.

This patch will fix the issue.

Thanks to Steven Craft for the report.

#2213 fixed First packet for TURN over TCP might get dropped riza riza
Description

When using TURN over TCP, on dataconn_on_data_read(), remainder is not used. So, if the binding response is received with some application data, only the response will be ok.

Thanks to Sébastien Blin for the patch.

#2212 fixed Fix potential buffer overflow in Video Toolbox codec ming ming
Description

For packets with NALU type 7 or 8 (SPS or PPS), we copy the whole data to the buffer, but for invalid packets, the data can be larger than the buffer, hence causing buffer overflow.

Note: See TracQuery for help on using queries.