From 2adad90ae767f2129d454885e268ff765812244a Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Fri, 18 Feb 2011 17:06:06 +0100 Subject: [PATCH] Amend Changelog for 0.5.4 --- Changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 6d631fe3fc..31e3bd5b21 100644 --- a/Changelog +++ b/Changelog @@ -6,7 +6,8 @@ version 0.5.4: - Fix memory corruption in wmv parsing (addresses CVE-2010-3908) - Fix heap corruption crashes (addresses CVE-2011-0722) - Fix crashes in vorbis decoding found by zzuf (addresses CVE-2010-4704) -- Fix another crash in vorbis decoder (addresses CVE-2011-0480, Chrome issue 68115) +- Fix another crash in vorbis decoding (addresses CVE-2011-0480, Chrome issue 68115) +- Fix invalid reads in vc1 decoding (related to CVE-2011-0723)