[Bug 775048] mpegts decoder: Out of bounds read in gst_mpegts_section_new

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 26 09:46:14 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775048

--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 340788
  --> https://bugzilla.gnome.org/attachment.cgi?id=340788&action=edit
mpegtssection: Add more section size checks

The smallest section ever needs to be at least 3 bytes (i.e. just the short
header).
Non-short headers need to be at least 11 bytes long (3 for the minimum header,
5 for the non-short header, and 4 for the CRC).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list