Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#2084 closed defect (fixed)

Opus decode/recovery issue when FEC or PLC is enabled

Reported by: ming Owned by: nanang
Priority: normal Milestone: release-2.8
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Passing an incorrect frame size to opus_decode() can cause decode error or recovery failure (log: "Recover failed!").

Change History (2)

comment:1 Changed 6 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5728:

Fixed #2084: Opus decode/recovery issue when FEC or PLC is enabled

comment:2 Changed 6 years ago by ming

In 5731:

Re #2084: Make sure the output size of opus_decode() doesn't exceed the available frame size.

Note: See TracTickets for help on using tickets.