summaryrefslogtreecommitdiff
path: root/libavformat/flac_picture.c
Commit message (Collapse)AuthorAge
* flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-24
| | | | | | | | At "mimetype[len] = 0;" mimetype is a 64 element array and len might be equal to or greater than that. CC: libav-stable@libav.org Bug-Id: CID 1061055
* flac: move picture parsing code in a separate fileJames Almer2013-10-12
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>