]> git.sesse.net Git - vlc/commit
avcodec: use av_get_pix_fmt_name(), fix potential out-of-band read
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Oct 2012 15:17:03 +0000 (18:17 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 12 Oct 2012 08:28:30 +0000 (11:28 +0300)
commit88846171954a218ca9c401b87b0a4faffb5fc385
tree5fabc5e812ae9297e40003a56d5c3dc13dc567bd
parent6f5810a46adfc2e5202ebaf89b54eb89e7b93934
avcodec: use av_get_pix_fmt_name(), fix potential out-of-band read

Our custom codec names table lacked boundary checks and was incomplete.
modules/codec/avcodec/video.c