Opened 5 years ago

Closed 5 years ago

#2212 closed defect (fixed)

Fix potential buffer overflow in Video Toolbox codec

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

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.

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

In 6038:

Fixed #2212: Fix potential buffer overflow in Video Toolbox codec

Note: See TracTickets for help on using tickets.