After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 419555 - gst-ffmpeg crash on glibc-2.2.5
gst-ffmpeg crash on glibc-2.2.5
Status: RESOLVED DUPLICATE of bug 335013
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-17 23:37 UTC by youry
Modified: 2007-03-18 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description youry 2007-03-17 23:37:42 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 :)
Comment 1 David Schleef 2007-03-18 01:05:52 UTC
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 ***