Opened 5 years ago
Closed 5 years ago
#2231 closed defect (fixed)
Potential premature buffer reuse in UDP media transport
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently there's no check if the number of pending writes in UDP media transport is greater than MAX_PENDING_WRITE. Hence, when it occurs, the send buffers will simply be overwritten without any log/warning. This can potentially introduce sound issues due to the missing&duplicate packets.
Change History (1)
comment:1 Changed 5 years ago by ming
- Owner set to ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6070: