From b73f81517653b316fcb1abab2cd88a9d9b253233 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 17 Feb 2006 17:54:05 +0000 Subject: ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (see image contained in quicktime stream i... Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain): Fix invalid memory access for some odd-sized images (see image contained in quicktime stream in #327083); use g_malloc() instead of g_alloca(). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3524d192..5b31cfb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-02-17 Tim-Philipp Müller + + * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct), + (gst_jpeg_dec_chain): + Fix invalid memory access for some odd-sized images + (see image contained in quicktime stream in #327083); + use g_malloc() instead of g_alloca(). + 2006-02-17 Wim Taymans * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain): -- cgit