Skip to content
  • Tim-Philipp Müller's avatar
    ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images... · b73f8151
    Tim-Philipp Müller authored
    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().
    b73f8151