diff options
author | Martin Storsjö <martin@martin.st> | 2017-10-27 08:27:43 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2017-10-27 08:27:43 +0800 |
commit | 15537c904ec96e4d2e9435100d403283a5fed029 (patch) | |
tree | 4b663f91e58cd7c21dae183cf15d065763d3def2 /doc/examples | |
parent | 171adca696ee1f507d698940a35ccf7a85c5d072 (diff) | |
download | ffmpeg-15537c904ec96e4d2e9435100d403283a5fed029.tar.gz |
flvdec: Check the avio_seek return value after reading a metadata packet
merge from libav: 585dc1aecef0371ad6f16cb3750ae2a6da9cf00a
If the metadata packet is corrupted, flv_read_metabody can accidentally
read past the start of the next packet. If the start of the next packet
had been flushed out of the IO buffer, we would be unable to seek to
the right position (on a nonseekable stream).
Prefer to clearly error out instead of silently trying to read from a
desynced stream which will only be interpreted as garbage.
Diffstat (limited to 'doc/examples')
0 files changed, 0 insertions, 0 deletions