Changeset ee1e39a5 in ffmpeg

Timestamp:
Dec 17, 2018, 5:30:10 PM (6 years ago)
Author:
Michael Niedermayer <michael@niedermayer.cc>
Branches:
master
Children:
d54276f9
Parents:
826655d
git-author:
chcunningham <chcunningham@chromium.org> (12/14/18 21:44:07)
git-committer:
Michael Niedermayer <michael@niedermayer.cc> (12/17/18 17:30:10)
Message:

lavf/id3v2: fail read_apic on EOF reading mimetype

avio_read may return EOF, leaving the mimetype array unitialized. fail
early when this occurs to avoid using the array in an unitialized state.

Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

(No files)

Note: See TracChangeset for help on using the changeset viewer.