From 3939b790f2eb1d747a1ca80c4db4e2a145812af4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 28 Jan 2013 23:12:24 +0100 Subject: [PATCH] wmavoicedec: use the checked bitstream, reader Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer --- libavcodec/wmavoice.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index c3b6ab3b5f..8dd3f25052 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -25,8 +25,6 @@ * @author Ronald S. Bultje */ -#define UNCHECKED_BITSTREAM_READER 1 - #include #include "libavutil/channel_layout.h"