[FFmpeg-cvslog] vorbis: Fix last quarter of CVE-2011-3893
Michael Niedermayer
git at videolan.org
Wed Jan 4 22:14:32 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jan 4 17:29:34 2012 +0100| [6fcf2bb8af0e7d6bb179e71e67e5fab8ef0d2ec2] | committer: Michael Niedermayer
vorbis: Fix last quarter of CVE-2011-3893
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fcf2bb8af0e7d6bb179e71e67e5fab8ef0d2ec2
---
libavcodec/vorbis.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c
index dce7a55..b20e398 100644
--- a/libavcodec/vorbis.c
+++ b/libavcodec/vorbis.c
@@ -179,7 +179,7 @@ static inline void render_line_unrolled(intptr_t x, unsigned char y, int x1,
}
}
-static void render_line(int x0, int y0, int x1, int y1, float *buf)
+static void render_line(int x0, unsigned char y0, int x1, int y1, float *buf)
{
int dy = y1 - y0;
int adx = x1 - x0;
More information about the ffmpeg-cvslog
mailing list