diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-03 03:14:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-20 10:59:27 +0100 |
commit | 2e77ab8f100946d2467e3800a7964e2d94eae288 (patch) | |
tree | ae673b31ec49efa8d6ff617a71bf2566a260abe3 /doc/examples/avio_reading.c | |
parent | 00fde782a10902270c3d92d92427297683fb911b (diff) | |
download | ffmpeg-2e77ab8f100946d2467e3800a7964e2d94eae288.tar.gz |
avutil/timecode: Fix fps check
The fps variable is explicitly set to -1 in case of some errors, the check must
thus be signed or the code setting it needs to use 0 as error code
the type of the field could be changed as well but its in an installed header
Fixes: integer overflow
Fixes: 9982cc157b1ea90429435640a989122f/asan_generic_3ad004a_3799_22cf198d9cd09928e2d9ad250474fa58.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b46dcd5209a77254345ae098b83a872634c5591b)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/examples/avio_reading.c')
0 files changed, 0 insertions, 0 deletions