On Mon, Jan 05, 2015 at 04:45:26AM +0100, wm4 wrote:
> The code blindly trusted buffer offsets read from the file in the RLE
> decoder. Explicitly check the offset. Also error out on other RLE
> decoding errors.
> ---
> libavcodec/dvdsubdec.c | 13 +
> 1 file changed, 9 insertions(+),
The code blindly trusted buffer offsets read from the file in the RLE
decoder. Explicitly check the offset. Also error out on other RLE
decoding errors.
---
libavcodec/dvdsubdec.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/libavcodec/dvdsubdec.c b/libavcodec/