[FFmpeg-devel] [PATCH] Avoid undefined behavior by limiting PTS to 62 bits in ogg decoder

Fredrik Hubinette hubbe at google.com
Tue Jul 17 02:32:14 EEST 2018


With some (garbled) OGG data, PTS can overflow causing undefined behavior.
This patch avoids that by zeroing out PTS values greater than 2^62.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Avoid-undefined-behavior-by-limiting-PTS-to-62-bits-.patch
Type: text/x-patch
Size: 1004 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180716/2796ad2e/attachment.bin>


More information about the ffmpeg-devel mailing list