GNOME Bugzilla – Bug 419555
gst-ffmpeg crash on glibc-2.2.5
Last modified: 2007-03-18 01:05:52 UTC
In function init_crcs() don't check returned values av_crc04C11DB7, av_crc8005, av_crc07 with NULL. My glibc-2.2.5 have function posix_memalign(..., size), but your call them in function av_malloc() may have bad parameter "size" and ffmpeg plugin_init() is crashed. In glibc-2.3.x this parameter don't have any limitations as in glibc-2.2.x. In glibc-2.2.x hi may be only 2^x*sizeof(void*). Sorry for bad my English... and hello from Russia :)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 335013 ***