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 618652 - [effectv] Use of uninitialised value in unit test
[effectv] Use of uninitialised value in unit test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal minor
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-14 16:59 UTC by Tim-Philipp Müller
Modified: 2010-12-19 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-05-14 16:59:10 UTC
Running suite(s): effectv
==10365== Thread 2:
==10365== Use of uninitialised value of size 8
==10365==    at 0x8C48F74: gst_radioactv_transform (gstradioac.c:383)
==10365==    by 0x855EA68: gst_base_transform_handle_buffer (gstbasetransform.c:2026)
==10365==    by 0x855EFEC: gst_base_transform_chain (gstbasetransform.c:2140)
==10365==    by 0x50906EC: gst_pad_chain_data_unchecked (gstpad.c:4131)
==10365==    by 0x5090FAD: gst_pad_push_data (gstpad.c:4360)
==10365==    by 0x855F038: gst_base_transform_chain (gstbasetransform.c:2161)
==10365==    by 0x50906EC: gst_pad_chain_data_unchecked (gstpad.c:4131)
==10365==    by 0x5090FAD: gst_pad_push_data (gstpad.c:4360)
==10365==    by 0x85590F0: gst_base_src_loop (gstbasesrc.c:2480)
==10365==    by 0x50B8E3A: gst_task_func (gsttask.c:271)
==10365==    by 0x61A152E: g_thread_pool_thread_proxy (gthreadpool.c:315)
==10365==    by 0x619F6E3: g_thread_create_proxy (gthread.c:1893)
==10365==    by 0x641A7A9: start_thread (pthread_create.c:300)
==10365==    by 0x66FB59C: clone (clone.S:112)
Comment 1 Sebastian Dröge (slomo) 2010-12-19 09:59:12 UTC
commit 9d4f3494542cefbee5389d9f614fb22e81dc33ed
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sun Dec 19 10:58:16 2010 +0100

    radioactv: Prevent use of uninitialized values
    
    Fixes bug #618652.