From: Loïc Minier Date: Thu, 12 Jan 2006 11:15:26 +0000 (+0000) Subject: libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug #324209), buffer overflow... X-Git-Tag: CHANGELOG_START~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=934e5a41bde6360c54e4a9626a824485acfcae1b;p=platform%2Fupstream%2Fgst-libav.git libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug #324209), buffer overflow with small PNG images with palettes. Original commit message from CVS: 2006-01-12 Andy Wingo * libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug #324209), buffer overflow with small PNG images with palettes. Patch by: Loïc Minier --- diff --git a/ChangeLog b/ChangeLog index 7ae89ce..05fc95d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-01-12 Andy Wingo + * libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug + #324209), buffer overflow with small PNG images with palettes. + Patch by: Loïc Minier + * libavutil/Makefile.am (INCLUDES): Add ALTIVEC_CFLAGS here, fixes compilation on ppc (#320238).