libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug #324209), buffer overflow...
authorLoïc Minier <lool+gnome@via.ecp.fr>
Thu, 12 Jan 2006 11:15:26 +0000 (11:15 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 12 Jan 2006 11:15:26 +0000 (11:15 +0000)
Original commit message from CVS:
2006-01-12  Andy Wingo  <wingo@pobox.com>

* libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug
#324209), buffer overflow with small PNG images with palettes.
Patch by: Loïc Minier <lool+gnome at via.ecp.fr>

ChangeLog

index 7ae89ce..05fc95d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-01-12  Andy Wingo  <wingo@pobox.com>
 
+       * libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug
+       #324209), buffer overflow with small PNG images with palettes.
+       Patch by: Loïc Minier <lool+gnome at via.ecp.fr>
+
        * libavutil/Makefile.am (INCLUDES): Add ALTIVEC_CFLAGS here, fixes
        compilation on ppc (#320238).