git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
pcx : use the bytestream2 API for reading from input
14 août 2016, par Anton Khirnov -
pcx : check that the packet is large enough before reading the header
14 août 2016, par Anton Khirnov -
pcx : properly pad the scanline
14 août 2016, par Anton Khirnov -
cook : use the bytestream2 API for reading extradata
14 août 2016, par Anton Khirnov -
qpeg : fix an off by 1 error in the MV check
14 août 2016, par Anton Khirnovqpeg: fix an off by 1 error in the MV check height - me_y is the line from which we read, so it must be strictly smaller than the frame height. Fixes possible invalid reads in corrupted files. Also, use a proper context for logging the error. CC: libav-stable@libav.org Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind